Class: Hiptest::Nodes::Datatable

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(datasets = []) ⇒ Datatable

Returns a new instance of Datatable.



264
265
266
267
268
269
270
# File 'lib/hiptest-publisher/nodes.rb', line 264

def initialize(datasets = [])
  super()

  @children = {
    :datasets => datasets
  }
end