Class: Hiptest::Nodes::Call

Inherits:
Node
  • Object
show all
Defined in:
lib/hiptest-publisher/nodes.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #parent

Instance Method Summary collapse

Methods inherited from Node

#direct_children, #find_sub_nodes, #render

Constructor Details

#initialize(actionword, arguments = []) ⇒ Call

Returns a new instance of Call.



172
173
174
175
# File 'lib/hiptest-publisher/nodes.rb', line 172

def initialize(actionword, arguments = [])
  super()
  @children = {:actionword => actionword, :arguments => arguments}
end