Class: Prick::Build::RootBuildNode

Inherits:
BuildNode show all
Defined in:
lib/prick/builder/node.rb

Instance Attribute Summary collapse

Attributes inherited from BuildNode

#decl_nodes, #has_schema, #init_nodes, #pg_graph_ignore_schema, #refresh_schema, #seed_nodes, #term_nodes

Attributes inherited from Node

#args, #kind, #parent, #path, #phase

Instance Method Summary collapse

Methods inherited from BuildNode

#dump, #inspect, #nodes

Methods inherited from Node

#dump, #inspect, #lines, #name, #prefix_lines, #relpath, #schema, #schema=, #source, #source_lines, #to_s

Constructor Details

#initialize(conn, path) ⇒ RootBuildNode

Returns a new instance of RootBuildNode.



284
285
286
287
# File 'lib/prick/builder/node.rb', line 284

def initialize(conn, path)
  @conn = conn
  super(nil, path)
end

Instance Attribute Details

#connObject (readonly)

Returns the value of attribute conn.



282
283
284
# File 'lib/prick/builder/node.rb', line 282

def conn
  @conn
end