Class: CurrencyLayer::LiveOptions
- Inherits:
-
Object
- Object
- CurrencyLayer::LiveOptions
- Includes:
- Hashable
- Defined in:
- lib/currency_conversion/live/live_options.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#currencies ⇒ Object
Returns the value of attribute currencies.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize ⇒ LiveOptions
constructor
A new instance of LiveOptions.
Constructor Details
#initialize ⇒ LiveOptions
Returns a new instance of LiveOptions.
12 13 14 |
# File 'lib/currency_conversion/live/live_options.rb', line 12 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/live/live_options.rb', line 7 def access_key @access_key end |
#currencies ⇒ Object
Returns the value of attribute currencies.
9 10 11 |
# File 'lib/currency_conversion/live/live_options.rb', line 9 def currencies @currencies end |
#source ⇒ Object
Returns the value of attribute source.
10 11 12 |
# File 'lib/currency_conversion/live/live_options.rb', line 10 def source @source end |