Class: CXML::Money

Inherits:
Object
  • Object
show all
Defined in:
lib/cxml/money.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alternative_amountObject

Returns the value of attribute alternative_amount.



21
22
23
# File 'lib/cxml/money.rb', line 21

def alternative_amount
  @alternative_amount
end

#alternative_currencyObject

Returns the value of attribute alternative_currency.



20
21
22
# File 'lib/cxml/money.rb', line 20

def alternative_currency
  @alternative_currency
end

#amountObject

Returns the value of attribute amount.



19
20
21
# File 'lib/cxml/money.rb', line 19

def amount
  @amount
end

#currencyObject

Returns the value of attribute currency.



18
19
20
# File 'lib/cxml/money.rb', line 18

def currency
  @currency
end