Class: CurrencyApi::Quotes

Inherits:
Struct
  • Object
show all
Defined in:
lib/chid/currency_api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



6
7
8
# File 'lib/chid/currency_api.rb', line 6

def amount
  @amount
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



6
7
8
# File 'lib/chid/currency_api.rb', line 6

def currency
  @currency
end