Class: Amount::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Amount::Registry::Entry
- Defined in:
- lib/amount/registry.rb
Instance Attribute Summary collapse
-
#amount_class ⇒ Object
Returns the value of attribute amount_class.
-
#decimals ⇒ Object
Returns the value of attribute decimals.
-
#default_display ⇒ Object
Returns the value of attribute default_display.
-
#display_position ⇒ Object
Returns the value of attribute display_position.
-
#display_symbol ⇒ Object
Returns the value of attribute display_symbol.
-
#display_units ⇒ Object
Returns the value of attribute display_units.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
-
#ui_decimals ⇒ Object
Returns the value of attribute ui_decimals.
Instance Attribute Details
#amount_class ⇒ Object
Returns the value of attribute amount_class
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def amount_class @amount_class end |
#decimals ⇒ Object
Returns the value of attribute decimals
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def decimals @decimals end |
#default_display ⇒ Object
Returns the value of attribute default_display
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def default_display @default_display end |
#display_position ⇒ Object
Returns the value of attribute display_position
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def display_position @display_position end |
#display_symbol ⇒ Object
Returns the value of attribute display_symbol
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def display_symbol @display_symbol end |
#display_units ⇒ Object
Returns the value of attribute display_units
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def display_units @display_units end |
#symbol ⇒ Object
Returns the value of attribute symbol
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def symbol @symbol end |
#ui_decimals ⇒ Object
Returns the value of attribute ui_decimals
29 30 31 |
# File 'lib/amount/registry.rb', line 29 def ui_decimals @ui_decimals end |