class Journey::Nodes::Or
Attributes
children[R]
Public Class Methods
new(children)
click to toggle source
# File lib/journey/nodes/node.rb, line 115 def initialize children @children = children end
Public Instance Methods
type()
click to toggle source
# File lib/journey/nodes/node.rb, line 119 def type; :OR; end