Class: Hiptest::Nodes::Field

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(base, name) ⇒ Field

Returns a new instance of Field.



102
103
104
105
# File 'lib/hiptest-publisher/nodes.rb', line 102

def initialize(base, name)
  super()
  @children = {:base => base, :name => name}
end