Class: Danconia::Currency
- Inherits:
-
Struct
- Object
- Struct
- Danconia::Currency
- Defined in:
- lib/danconia/currency.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Class Method Summary collapse
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
2 3 4 |
# File 'lib/danconia/currency.rb', line 2 def code @code end |
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/danconia/currency.rb', line 2 def description @description end |
#symbol ⇒ Object
Returns the value of attribute symbol
2 3 4 |
# File 'lib/danconia/currency.rb', line 2 def symbol @symbol end |