Class: AdWords::V200909::AdExtensionOverrideService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V200909::AdExtensionOverrideService::SoapHeader
- Defined in:
- lib/adwords4r/v200909/AdExtensionOverrideService.rb
Overview
SoapHeader
-
applicationToken - SOAP::SOAPString
-
authToken - SOAP::SOAPString
-
clientCustomerId - SOAP::SOAPString
-
clientEmail - SOAP::SOAPString
-
developerToken - SOAP::SOAPString
-
userAgent - SOAP::SOAPString
-
validateOnly - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#applicationToken ⇒ Object
Returns the value of attribute applicationToken.
-
#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.
-
#userAgent ⇒ Object
Returns the value of attribute userAgent.
-
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
Instance Method Summary collapse
-
#initialize(applicationToken = nil, authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) ⇒ SoapHeader
constructor
A new instance of SoapHeader.
Constructor Details
#initialize(applicationToken = nil, authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) ⇒ SoapHeader
Returns a new instance of SoapHeader.
100 101 102 103 104 105 106 107 108 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 100 def initialize(applicationToken = nil, authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) @applicationToken = applicationToken @authToken = authToken @clientCustomerId = clientCustomerId @clientEmail = clientEmail @developerToken = developerToken @userAgent = userAgent @validateOnly = validateOnly end |
Instance Attribute Details
#applicationToken ⇒ Object
Returns the value of attribute applicationToken.
92 93 94 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 92 def applicationToken @applicationToken end |
#authToken ⇒ Object
Returns the value of attribute authToken.
93 94 95 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 93 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
94 95 96 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 94 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
95 96 97 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 95 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
96 97 98 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 96 def developerToken @developerToken end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
97 98 99 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 97 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
98 99 100 |
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 98 def validateOnly @validateOnly end |