Class: Quonfig::Criterion

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

Instance Attribute Summary collapse

Instance Attribute Details

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



10
11
12
# File 'lib/quonfig/types.rb', line 10

def operator
  @operator
end

#property_nameObject

Returns the value of attribute property_name

Returns:

  • (Object)

    the current value of property_name



10
11
12
# File 'lib/quonfig/types.rb', line 10

def property_name
  @property_name
end

#value_to_matchObject

Returns the value of attribute value_to_match

Returns:

  • (Object)

    the current value of value_to_match



10
11
12
# File 'lib/quonfig/types.rb', line 10

def value_to_match
  @value_to_match
end