Class: ISO4217::Currency
- Inherits:
-
Data
- Object
- Data
- ISO4217::Currency
- Defined in:
- lib/iso4217.rb
Instance Attribute Summary collapse
-
#country_name ⇒ Object
readonly
Returns the value of attribute country_name.
-
#currency_code ⇒ Object
readonly
Returns the value of attribute currency_code.
-
#currency_name ⇒ Object
readonly
Returns the value of attribute currency_name.
-
#currency_number ⇒ Object
readonly
Returns the value of attribute currency_number.
-
#is_fund ⇒ Object
readonly
Returns the value of attribute is_fund.
-
#minor_unit ⇒ Object
readonly
Returns the value of attribute minor_unit.
Instance Attribute Details
#country_name ⇒ Object (readonly)
Returns the value of attribute country_name
8 9 10 |
# File 'lib/iso4217.rb', line 8 def country_name @country_name end |
#currency_code ⇒ Object (readonly)
Returns the value of attribute currency_code
8 9 10 |
# File 'lib/iso4217.rb', line 8 def currency_code @currency_code end |
#currency_name ⇒ Object (readonly)
Returns the value of attribute currency_name
8 9 10 |
# File 'lib/iso4217.rb', line 8 def currency_name @currency_name end |
#currency_number ⇒ Object (readonly)
Returns the value of attribute currency_number
8 9 10 |
# File 'lib/iso4217.rb', line 8 def currency_number @currency_number end |
#is_fund ⇒ Object (readonly)
Returns the value of attribute is_fund
8 9 10 |
# File 'lib/iso4217.rb', line 8 def is_fund @is_fund end |
#minor_unit ⇒ Object (readonly)
Returns the value of attribute minor_unit
8 9 10 |
# File 'lib/iso4217.rb', line 8 def minor_unit @minor_unit end |