Class: Hiptest::Nodes::Template

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(chunks) ⇒ Template

Returns a new instance of Template.



151
152
153
154
# File 'lib/hiptest-publisher/nodes.rb', line 151

def initialize(chunks)
  super()
  @children = {:chunks => chunks}
end