Class: Smartdown::Model::NestedRule

Inherits:
Struct
  • Object
show all
Defined in:
lib/smartdown/model/nested_rule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children



3
4
5
# File 'lib/smartdown/model/nested_rule.rb', line 3

def children
  @children
end

#predicateObject

Returns the value of attribute predicate



3
4
5
# File 'lib/smartdown/model/nested_rule.rb', line 3

def predicate
  @predicate
end