Class: Currency::CurrencyStruct
- Inherits:
-
Struct
- Object
- Struct
- Currency::CurrencyStruct
- Defined in:
- lib/simple_money/currency.rb
Instance Attribute Summary collapse
-
#decimal_mark ⇒ Object
Returns the value of attribute decimal_mark.
-
#decimal_places ⇒ Object
Returns the value of attribute decimal_places.
-
#html_entity ⇒ Object
Returns the value of attribute html_entity.
-
#iso_code ⇒ Object
Returns the value of attribute iso_code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#subunit ⇒ Object
Returns the value of attribute subunit.
-
#subunit_to_unit ⇒ Object
Returns the value of attribute subunit_to_unit.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
-
#symbol_first ⇒ Object
Returns the value of attribute symbol_first.
-
#thousands_separator ⇒ Object
Returns the value of attribute thousands_separator.
Instance Attribute Details
#decimal_mark ⇒ Object
Returns the value of attribute decimal_mark
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def decimal_mark @decimal_mark end |
#decimal_places ⇒ Object
Returns the value of attribute decimal_places
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def decimal_places @decimal_places end |
#html_entity ⇒ Object
Returns the value of attribute html_entity
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def html_entity @html_entity end |
#iso_code ⇒ Object
Returns the value of attribute iso_code
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def iso_code @iso_code end |
#name ⇒ Object
Returns the value of attribute name
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def name @name end |
#priority ⇒ Object
Returns the value of attribute priority
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def priority @priority end |
#subunit ⇒ Object
Returns the value of attribute subunit
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def subunit @subunit end |
#subunit_to_unit ⇒ Object
Returns the value of attribute subunit_to_unit
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def subunit_to_unit @subunit_to_unit end |
#symbol ⇒ Object
Returns the value of attribute symbol
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def symbol @symbol end |
#symbol_first ⇒ Object
Returns the value of attribute symbol_first
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def symbol_first @symbol_first end |
#thousands_separator ⇒ Object
Returns the value of attribute thousands_separator
169 170 171 |
# File 'lib/simple_money/currency.rb', line 169 def thousands_separator @thousands_separator end |