Class: Quonfig::WeightedValue
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::WeightedValue
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
31 32 33 |
# File 'lib/quonfig/types.rb', line 31 def value @value end |
#weight ⇒ Object
Returns the value of attribute weight
31 32 33 |
# File 'lib/quonfig/types.rb', line 31 def weight @weight end |