Class: MassiveRecord::ORM::Persistence::Operations::Suppress

Inherits:
Object
  • Object
show all
Includes:
MassiveRecord::ORM::Persistence::Operations
Defined in:
lib/massive_record/orm/persistence/operations/suppress.rb

Instance Attribute Summary

Attributes included from MassiveRecord::ORM::Persistence::Operations

#klass, #options, #record

Instance Method Summary collapse

Methods included from MassiveRecord::ORM::Persistence::Operations

atomic_operation, destroy, force, #initialize, insert, reload, suppress, suppressed?, update

Instance Method Details

#executeObject



8
9
10
# File 'lib/massive_record/orm/persistence/operations/suppress.rb', line 8

def execute
  true
end