class Hiptest::Nodes::Library

Public Class Methods

new(name = 'default_library', library_actionwords = []) click to toggle source
Calls superclass method
# File lib/hiptest-publisher/nodes.rb, line 560
def initialize(name = 'default_library', library_actionwords = [])
  super()
  @children = {
    name: name,
    library_actionwords: library_actionwords
  }
end