Class: CurrencyLayer::ListOptions
- Inherits:
-
Object
- Object
- CurrencyLayer::ListOptions
- Includes:
- Hashable
- Defined in:
- lib/currency_conversion/list/list_options.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
Instance Method Summary collapse
-
#initialize ⇒ ListOptions
constructor
A new instance of ListOptions.
Constructor Details
#initialize ⇒ ListOptions
Returns a new instance of ListOptions.
9 10 11 |
# File 'lib/currency_conversion/list/list_options.rb', line 9 def initialize() @query = nil end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
7 8 9 |
# File 'lib/currency_conversion/list/list_options.rb', line 7 def access_key @access_key end |