Class: MassiveRecord::ORM::Persistence::Operations::Embedded::Update
- Inherits:
-
Object
- Object
- MassiveRecord::ORM::Persistence::Operations::Embedded::Update
- Defined in:
- lib/massive_record/orm/persistence/operations/embedded/update.rb
Instance Attribute Summary
Attributes included from MassiveRecord::ORM::Persistence::Operations
Instance Method Summary collapse
Methods included from MassiveRecord::ORM::Persistence::Operations
atomic_operation, destroy, force, #initialize, insert, reload, suppress, suppressed?, update
Methods included from OperationHelpers
#embedded_in_proxies, #embedded_in_proxy_targets, #inverse_proxy_for, #raise_error_if_embedded_in_proxy_targets_are_missing, #row_for_record, #update_embedded
Instance Method Details
#execute ⇒ Object
11 12 13 14 |
# File 'lib/massive_record/orm/persistence/operations/embedded/update.rb', line 11 def execute end |