Class: Remi::SfBulkHelper::SfBulkUpdate
- Inherits:
-
SfBulkOperation
- Object
- SfBulkOperation
- Remi::SfBulkHelper::SfBulkUpdate
- Defined in:
- lib/remi/sf_bulk_helper.rb
Overview
Public: Class used to execute SF Bulk Update operations (see SfBulkOperation class for more details).
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from SfBulkOperation
#as_lookup, #failed_records?, #info, #initialize, #raw_result, #result, #sf_bulk
Constructor Details
This class inherits a constructor from Remi::SfBulkHelper::SfBulkOperation
Class Method Details
.update(*args, **kargs) ⇒ Object
191 192 193 |
# File 'lib/remi/sf_bulk_helper.rb', line 191 def self.update(*args,**kargs) SfBulkUpdate.new(*args,**kargs).tap { |sf| sf.send(:execute) } end |
Instance Method Details
#operation ⇒ Object
195 196 197 |
# File 'lib/remi/sf_bulk_helper.rb', line 195 def operation :update end |