Class: Units::ConstantDefinition
- Inherits:
-
Struct
- Object
- Struct
- Units::ConstantDefinition
- Defined in:
- lib/units/system.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
235 236 237 |
# File 'lib/units/system.rb', line 235 def description @description end |
#symbol ⇒ Object
Returns the value of attribute symbol
235 236 237 |
# File 'lib/units/system.rb', line 235 def symbol @symbol end |
#value ⇒ Object
Returns the value of attribute value
235 236 237 |
# File 'lib/units/system.rb', line 235 def value @value end |