Class: Prick::Build::SqlNode

Inherits:
Node
  • Object
show all
Defined in:
lib/prick/builder/node.rb

Instance Attribute Summary

Attributes inherited from Node

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

Instance Method Summary collapse

Methods inherited from Node

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

Constructor Details

#initialize(parent, phase, path) ⇒ SqlNode

Returns a new instance of SqlNode.



58
59
60
# File 'lib/prick/builder/node.rb', line 58

def initialize(parent, phase, path)
  super(parent, phase, :sql, path)
end