Class: Feat::Datafile::ConditionSpec
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::ConditionSpec
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#attributePath ⇒ Object
Returns the value of attribute attributePath.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#attributePath ⇒ Object
Returns the value of attribute attributePath
7 8 9 |
# File 'lib/feat/datafile.rb', line 7 def attributePath @attributePath end |
#operator ⇒ Object
Returns the value of attribute operator
7 8 9 |
# File 'lib/feat/datafile.rb', line 7 def operator @operator end |
#values ⇒ Object
Returns the value of attribute values
7 8 9 |
# File 'lib/feat/datafile.rb', line 7 def values @values end |