Class: AdWords::V201008::BidLandscapeService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V201008::BidLandscapeService::SoapHeader
- Defined in:
- lib/adwords4r/v201008/BidLandscapeService.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.
39 40 41 42 43 44 45 46 47 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 39 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.
31 32 33 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 31 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
32 33 34 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 32 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
33 34 35 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 33 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
34 35 36 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 34 def developerToken @developerToken end |
#partialFailure ⇒ Object
Returns the value of attribute partialFailure.
37 38 39 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 37 def partialFailure @partialFailure end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
35 36 37 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 35 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
36 37 38 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 36 def validateOnly @validateOnly end |