Class: CurrencyLayer::TimeframeOptions

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/currency_conversion/timeframe/timeframe_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimeframeOptions

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_keyObject

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

#currenciesObject

Returns the value of attribute currencies.



11
12
13
# File 'lib/currency_conversion/timeframe/timeframe_options.rb', line 11

def currencies
  @currencies
end

#end_dateObject

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_dateObject

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