Class: Quonfig::WeightedValuesData

Inherits:
Struct
  • Object
show all
Defined in:
lib/quonfig/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hash_by_property_nameObject

Returns the value of attribute hash_by_property_name

Returns:

  • (Object)

    the current value of 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_valuesObject

Returns the value of attribute weighted_values

Returns:

  • (Object)

    the current value of weighted_values



33
34
35
# File 'lib/quonfig/types.rb', line 33

def weighted_values
  @weighted_values
end