Class: ActiveSalesforce::BoxcarCommand::Update
- Defined in:
- lib/boxcar_command.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(connection, sobject) ⇒ Update
constructor
A new instance of Update.
Methods inherited from Base
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 |