Class: AdWords::V201008::BulkMutateJobService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::SoapHeader
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.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.
3957 3958 3959 3960 3961 3962 3963 3964 3965 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3957 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.
3949 3950 3951 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3949 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
3950 3951 3952 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3950 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
3951 3952 3953 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3951 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
3952 3953 3954 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3952 def developerToken @developerToken end |
#partialFailure ⇒ Object
Returns the value of attribute partialFailure.
3955 3956 3957 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3955 def partialFailure @partialFailure end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
3953 3954 3955 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3953 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
3954 3955 3956 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3954 def validateOnly @validateOnly end |