Module: ActiveRecordUpsert::Arel::InsertStatement
- Defined in:
- lib/active_record_upsert/arel/insert_statement.rb
Instance Attribute Summary collapse
-
#on_duplicate ⇒ Object
Returns the value of attribute on_duplicate.
Instance Method Summary collapse
Instance Attribute Details
#on_duplicate ⇒ Object
Returns the value of attribute on_duplicate.
4 5 6 |
# File 'lib/active_record_upsert/arel/insert_statement.rb', line 4 def on_duplicate @on_duplicate end |
Instance Method Details
#initialize ⇒ Object
6 7 8 9 |
# File 'lib/active_record_upsert/arel/insert_statement.rb', line 6 def initialize super() @on_duplicate = nil end |