Class: Units::UnitDefinition
- Inherits:
-
Struct
- Object
- Struct
- Units::UnitDefinition
- Defined in:
- lib/units/system.rb
Instance Attribute Summary collapse
-
#bias ⇒ Object
Returns the value of attribute bias.
-
#decomposition ⇒ Object
Returns the value of attribute decomposition.
-
#dim ⇒ Object
Returns the value of attribute dim.
-
#factor ⇒ Object
Returns the value of attribute factor.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#bias ⇒ Object
Returns the value of attribute bias
57 58 59 |
# File 'lib/units/system.rb', line 57 def bias @bias end |
#decomposition ⇒ Object
Returns the value of attribute decomposition
57 58 59 |
# File 'lib/units/system.rb', line 57 def decomposition @decomposition end |
#dim ⇒ Object
Returns the value of attribute dim
57 58 59 |
# File 'lib/units/system.rb', line 57 def dim @dim end |
#factor ⇒ Object
Returns the value of attribute factor
57 58 59 |
# File 'lib/units/system.rb', line 57 def factor @factor end |
#name ⇒ Object
Returns the value of attribute name
57 58 59 |
# File 'lib/units/system.rb', line 57 def name @name end |