Class: CurrencyApi::Quotes
- Inherits:
-
Struct
- Object
- Struct
- CurrencyApi::Quotes
- Defined in:
- lib/chid/currency_api.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
6 7 8 |
# File 'lib/chid/currency_api.rb', line 6 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency
6 7 8 |
# File 'lib/chid/currency_api.rb', line 6 def currency @currency end |