Class: AdWords::V201008::CampaignService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V201008::CampaignService::SoapHeader
- Defined in:
- lib/adwords4r/v201008/CampaignService.rb
Overview
SoapHeader
-
authToken - SOAP::SOAPString
-
clientCustomerId - SOAP::SOAPString
-
clientEmail - SOAP::SOAPString
-
developerToken - SOAP::SOAPString
-
userAgent - SOAP::SOAPString
-
validateOnly - SOAP::SOAPBoolean
-
partialFailure - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#authToken ⇒ Object
Returns the value of attribute authToken.
-
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
-
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
-
#developerToken ⇒ Object
Returns the value of attribute developerToken.
-
#partialFailure ⇒ Object
Returns the value of attribute partialFailure.
-
#userAgent ⇒ Object
Returns the value of attribute userAgent.
-
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
Instance Method Summary collapse
-
#initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil) ⇒ SoapHeader
constructor
A new instance of SoapHeader.
Constructor Details
#initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil) ⇒ SoapHeader
Returns a new instance of SoapHeader.
78 79 80 81 82 83 84 85 86 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 78 def initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil) @authToken = authToken @clientCustomerId = clientCustomerId @clientEmail = clientEmail @developerToken = developerToken @userAgent = userAgent @validateOnly = validateOnly @partialFailure = partialFailure end |
Instance Attribute Details
#authToken ⇒ Object
Returns the value of attribute authToken.
70 71 72 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 70 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
71 72 73 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 71 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
72 73 74 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 72 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
73 74 75 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 73 def developerToken @developerToken end |
#partialFailure ⇒ Object
Returns the value of attribute partialFailure.
76 77 78 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 76 def partialFailure @partialFailure end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
74 75 76 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 74 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
75 76 77 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 75 def validateOnly @validateOnly end |