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