Class: Remi::Encoder::SalesforceSoap
- Inherits:
-
Remi::Encoder
- Object
- Remi::Encoder
- Remi::Encoder::SalesforceSoap
- Defined in:
- lib/remi/data_subjects/salesforce_soap.rb
Overview
Salesforce SOAP encoder
Instance Attribute Summary
Attributes inherited from Remi::Encoder
#context, #field_symbolizer, #fields, #logger
Instance Method Summary collapse
-
#encode(dataframe) ⇒ Object
Converts the dataframe to an array of hashes, which can be used by the salesforce soap api.
Methods inherited from Remi::Encoder
Constructor Details
This class inherits a constructor from Remi::Encoder
Instance Method Details
#encode(dataframe) ⇒ Object
Converts the dataframe to an array of hashes, which can be used by the salesforce soap api.
24 25 26 |
# File 'lib/remi/data_subjects/salesforce_soap.rb', line 24 def encode(dataframe) dataframe.to_a[0] end |