Class: Tins::Unit::Prefix
Instance Attribute Summary collapse
-
#fraction ⇒ Object
Returns the value of attribute fraction.
-
#multiplier ⇒ Object
Returns the value of attribute multiplier.
-
#name ⇒ Object
Returns the value of attribute name.
-
#step ⇒ Object
Returns the value of attribute step.
Instance Attribute Details
#fraction ⇒ Object
Returns the value of attribute fraction
5 6 7 |
# File 'lib/tins/unit.rb', line 5 def fraction @fraction end |
#multiplier ⇒ Object
Returns the value of attribute multiplier
5 6 7 |
# File 'lib/tins/unit.rb', line 5 def multiplier @multiplier end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/tins/unit.rb', line 5 def name @name end |
#step ⇒ Object
Returns the value of attribute step
5 6 7 |
# File 'lib/tins/unit.rb', line 5 def step @step end |