Class: AdWords::V201008::UserListService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V201008::UserListService::SoapHeader
- Defined in:
- lib/adwords4r/v201008/UserListService.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.
418 419 420 421 422 423 424 425 426 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 418 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.
410 411 412 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 410 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
411 412 413 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 411 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
412 413 414 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 412 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
413 414 415 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 413 def developerToken @developerToken end |
#partialFailure ⇒ Object
Returns the value of attribute partialFailure.
416 417 418 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 416 def partialFailure @partialFailure end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
414 415 416 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 414 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
415 416 417 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 415 def validateOnly @validateOnly end |