Class: SalesforceApi::Rest::Sobject

Inherits:
Object
  • Object
show all
Defined in:
lib/salesforceapi-rest/sobject.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes, type) ⇒ Sobject

Returns a new instance of Sobject.



6
7
8
9
# File 'lib/salesforceapi-rest/sobject.rb', line 6

def initialize(attributes, type)
  @attributes = attributes
  @type = type
end