Class: Tox::Options
- Inherits:
-
Object
- Object
- Tox::Options
- Defined in:
- ext/tox/tox.c
Instance Method Summary collapse
- #data= ⇒ Object
- #initialize ⇒ Object constructor
Constructor Details
#initialize ⇒ Object
90 |
# File 'ext/tox/tox.c', line 90 static VALUE cTox_cOptions_initialize(VALUE self); |
Instance Method Details
#data= ⇒ Object
91 |
# File 'ext/tox/tox.c', line 91 static VALUE cTox_cOptions_data_EQUALS(VALUE self, VALUE data); |