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