Class: Postspec::NopFrame

Inherits:
Frame
  • Object
show all
Defined in:
lib/postspec/frame.rb

Instance Attribute Summary

Attributes inherited from Frame

#anchors, #ids, #parent, #pop_sql, #postspec, #push_sql, #search_path

Instance Method Summary collapse

Methods inherited from Frame

#dump, #schema, #transaction?

Constructor Details

#initialize(parent, search_path) ⇒ NopFrame

Returns a new instance of NopFrame.



77
78
79
# File 'lib/postspec/frame.rb', line 77

def initialize(parent, search_path)
  super(parent.postspec, parent, search_path, nil, nil, parent.ids, parent.fox_anchors)
end