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

Returns:

  • (Object)

    the current value of children



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

def children
  @children
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



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

def predicate
  @predicate
end