Class: Quonfig::Rule
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::Rule
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#criteria ⇒ Object
Returns the value of attribute criteria.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#criteria ⇒ Object
Returns the value of attribute criteria
12 13 14 |
# File 'lib/quonfig/types.rb', line 12 def criteria @criteria end |
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/quonfig/types.rb', line 12 def value @value end |