class Salesforce::Rest::ActiveResource::Connection
This is the ‘connection’ that is used by the AsfRest
Object
.
Public Instance Methods
set_header(key, value)
click to toggle source
Allowing you to set headers and keys
# File lib/Salesforce/rest/asf_connection.rb, line 25 def set_header(key, value) default_header.update(key => value) end