Class: Rmk::Rule::Var
- Inherits:
-
Struct
- Object
- Struct
- Rmk::Rule::Var
- Defined in:
- lib/rmk/rule.rb
Instance Attribute Summary collapse
-
#append? ⇒ Object
Returns the value of attribute append?.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#append? ⇒ Object
Returns the value of attribute append?
4 5 6 |
# File 'lib/rmk/rule.rb', line 4 def append? @append? end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/rmk/rule.rb', line 4 def value @value end |