Class: CurrencyLayer::HistoricalOptions

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/currency_conversion/historical/historical_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHistoricalOptions

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_keyObject

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

#dateObject

Returns the value of attribute date.



9
10
11
# File 'lib/currency_conversion/historical/historical_options.rb', line 9

def date
  @date
end