Class: Quonfig::Criterion
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::Criterion
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#property_name ⇒ Object
Returns the value of attribute property_name.
-
#value_to_match ⇒ Object
Returns the value of attribute value_to_match.
Instance Attribute Details
#operator ⇒ Object
Returns the value of attribute operator
10 11 12 |
# File 'lib/quonfig/types.rb', line 10 def operator @operator end |
#property_name ⇒ Object
Returns the value of attribute property_name
10 11 12 |
# File 'lib/quonfig/types.rb', line 10 def property_name @property_name end |
#value_to_match ⇒ Object
Returns the value of attribute value_to_match
10 11 12 |
# File 'lib/quonfig/types.rb', line 10 def value_to_match @value_to_match end |