Module: Torque::PostgreSQL::InsertAll
- Defined in:
- lib/torque/postgresql/insert_all.rb
Defined Under Namespace
Modules: Builder
Instance Attribute Summary collapse
-
#where ⇒ Object
readonly
Returns the value of attribute where.
Instance Method Summary collapse
Instance Attribute Details
#where ⇒ Object (readonly)
Returns the value of attribute where.
6 7 8 |
# File 'lib/torque/postgresql/insert_all.rb', line 6 def where @where end |
Instance Method Details
#initialize(*args, where: nil, **xargs) ⇒ Object
8 9 10 11 12 |
# File 'lib/torque/postgresql/insert_all.rb', line 8 def initialize(*args, where: nil, **xargs) super(*args, **xargs) @where = where end |