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