Class: FuelSDK::SoapClient
Instance Attribute Summary
Attributes inherited from Client
#access_token, #auth_token, #auth_token_expiration, #debug, #id, #internal_token, #package_folders, #package_name, #parent_folders, #refresh_token, #secret, #signature
Attributes included from Targeting
Attributes included from Soap
Instance Method Summary collapse
-
#initialize(getWSDL = true, params = {}, debug = false) ⇒ SoapClient
constructor
A new instance of SoapClient.
Methods inherited from Client
#AddSubscriberToList, #CreateAndStartDataExtensionImport, #CreateAndStartListImport, #CreateContentAreas, #CreateDataExtensions, #CreateProfileAttributes, #SendEmailToDataExtension, #SendEmailToList, #SendTriggeredSends, #jwt=, #refresh, #refresh!
Methods included from Rest
#complete_url, #get_url_properties, #normalize_keys, #parse_properties, #rest_client, #rest_delete, #rest_get, #rest_patch, #rest_post
Methods included from Soap
#header, #soap_client, #soap_configure, #soap_delete, #soap_describe, #soap_get, #soap_patch, #soap_perform, #soap_post, #soap_put
Constructor Details
#initialize(getWSDL = true, params = {}, debug = false) ⇒ SoapClient
Returns a new instance of SoapClient.
78 79 80 81 |
# File 'lib/new.rb', line 78 def initialize getWSDL=true, params={}, debug=false super params, debug @wsdl = params["defaultwsdl"] end |