class CurrencyLayer::ChangeOptions

Attributes

access_key[RW]
currencies[RW]
end_date[RW]
start_date[RW]

Public Class Methods

new() click to toggle source
# File lib/currency_conversion/change/change_options.rb, line 13
def initialize()
  @query = nil
end