Class: Prick::Build::PSqlNode
Instance Attribute Summary
Attributes inherited from Node
#args, #kind, #parent, #path, #phase
Instance Method Summary collapse
-
#initialize(parent, phase, path) ⇒ PSqlNode
constructor
A new instance of PSqlNode.
Methods inherited from Node
#dump, #inspect, #lines, #name, #prefix_lines, #relpath, #schema, #schema=, #source, #source_lines, #to_s
Constructor Details
#initialize(parent, phase, path) ⇒ PSqlNode
Returns a new instance of PSqlNode.
71 72 73 |
# File 'lib/prick/builder/node.rb', line 71 def initialize(parent, phase, path) super(parent, phase, :psql, path) end |