Class: ActiveSalesforce::BoxcarCommand::Update

Inherits:
Base
  • Object
show all
Defined in:
lib/boxcar_command.rb

Instance Attribute Summary

Attributes inherited from Base

#args, #verb

Instance Method Summary collapse

Methods inherited from Base

#after_execute

Constructor Details

#initialize(connection, sobject) ⇒ Update

Returns a new instance of Update.



52
53
54
# File 'lib/boxcar_command.rb', line 52

def initialize(connection, sobject)
  super(connection, :update, sobject)
end