class Hiptest::Nodes::List

Public Class Methods

new(items) click to toggle source
Calls superclass method
# File lib/hiptest-publisher/nodes.rb, line 174
def initialize(items)
  super()
  @children = {items: items}
end