Class: Portage::Ucp::Money
- Inherits:
-
Data
- Object
- Data
- Portage::Ucp::Money
- Defined in:
- lib/portage/ucp/value_objects.rb
Overview
Internal arithmetic helper only — never appears in a wire shape directly.
Instance Attribute Summary collapse
-
#amount_minor ⇒ Object
readonly
Returns the value of attribute amount_minor.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
Instance Attribute Details
#amount_minor ⇒ Object (readonly)
Returns the value of attribute amount_minor
4 5 6 |
# File 'lib/portage/ucp/value_objects.rb', line 4 def amount_minor @amount_minor end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
4 5 6 |
# File 'lib/portage/ucp/value_objects.rb', line 4 def currency @currency end |