module Torque::PostgreSQL::InsertAll

Attributes

where[R]

Public Class Methods

new(*args, where: nil, **xargs) click to toggle source
Calls superclass method
# File lib/torque/postgresql/insert_all.rb, line 8
def initialize(*args, where: nil, **xargs)
  super(*args, **xargs)

  @where = where
end