Class: CXML::Money
- Inherits:
-
Object
- Object
- CXML::Money
- Defined in:
- lib/cxml/money.rb
Instance Attribute Summary collapse
-
#alternative_amount ⇒ Object
Returns the value of attribute alternative_amount.
-
#alternative_currency ⇒ Object
Returns the value of attribute alternative_currency.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
Instance Attribute Details
#alternative_amount ⇒ Object
Returns the value of attribute alternative_amount.
21 22 23 |
# File 'lib/cxml/money.rb', line 21 def alternative_amount @alternative_amount end |
#alternative_currency ⇒ Object
Returns the value of attribute alternative_currency.
20 21 22 |
# File 'lib/cxml/money.rb', line 20 def alternative_currency @alternative_currency end |
#amount ⇒ Object
Returns the value of attribute amount.
19 20 21 |
# File 'lib/cxml/money.rb', line 19 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency.
18 19 20 |
# File 'lib/cxml/money.rb', line 18 def currency @currency end |