Class: ActsAsCalculator::Apportionment::Share
- Inherits:
-
Data
- Object
- Data
- ActsAsCalculator::Apportionment::Share
- Defined in:
- lib/acts_as_calculator/apportionment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#member ⇒ Object
readonly
Returns the value of attribute member.
-
#weight ⇒ Object
readonly
Returns the value of attribute weight.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
7 8 9 |
# File 'lib/acts_as_calculator/apportionment.rb', line 7 def amount @amount end |
#member ⇒ Object (readonly)
Returns the value of attribute member
7 8 9 |
# File 'lib/acts_as_calculator/apportionment.rb', line 7 def member @member end |
#weight ⇒ Object (readonly)
Returns the value of attribute weight
7 8 9 |
# File 'lib/acts_as_calculator/apportionment.rb', line 7 def weight @weight end |