Class: Feat::Datafile::ConditionSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/feat/datafile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributePathObject

Returns the value of attribute attributePath

Returns:

  • (Object)

    the current value of attributePath



7
8
9
# File 'lib/feat/datafile.rb', line 7

def attributePath
  @attributePath
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



7
8
9
# File 'lib/feat/datafile.rb', line 7

def operator
  @operator
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



7
8
9
# File 'lib/feat/datafile.rb', line 7

def values
  @values
end