Class: Quonfig::Rule

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

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaObject

Returns the value of attribute criteria

Returns:

  • (Object)

    the current value of criteria



12
13
14
# File 'lib/quonfig/types.rb', line 12

def criteria
  @criteria
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



12
13
14
# File 'lib/quonfig/types.rb', line 12

def value
  @value
end