Class: Smartdown::Model::NestedRule
- Inherits:
-
Struct
- Object
- Struct
- Smartdown::Model::NestedRule
- Defined in:
- lib/smartdown/model/nested_rule.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#predicate ⇒ Object
Returns the value of attribute predicate.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
3 4 5 |
# File 'lib/smartdown/model/nested_rule.rb', line 3 def children @children end |
#predicate ⇒ Object
Returns the value of attribute predicate
3 4 5 |
# File 'lib/smartdown/model/nested_rule.rb', line 3 def predicate @predicate end |