Class: Tabry::Models::MethodOption
- Inherits:
-
OptionBase
- Object
- ConfigObject
- OptionBase
- Tabry::Models::MethodOption
- Defined in:
- lib/tabry/models/method_option.rb
Constant Summary
Constants inherited from OptionBase
Instance Attribute Summary
Attributes inherited from ConfigObject
Instance Method Summary collapse
-
#options(_token, _params) ⇒ Object
TODO: Handled upstream for now, could change later.
Methods inherited from OptionBase
Methods inherited from ConfigObject
as_json, #as_json, #assert_of_class, #init_field_boolean, #init_field_list_object, #init_field_object, #init_field_string, #init_field_string_array, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Tabry::Models::ConfigObject
Instance Method Details
#options(_token, _params) ⇒ Object
TODO: Handled upstream for now, could change later.
9 10 11 |
# File 'lib/tabry/models/method_option.rb', line 9 def (_token, _params) [value.to_sym] end |