Class: AdWords::V201003::AdExtensionOverrideService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V201003::AdExtensionOverrideService::SoapHeader
- Defined in:
- lib/adwords4r/v201003/AdExtensionOverrideService.rb
Overview
SoapHeader
-
authToken - SOAP::SOAPString
-
clientCustomerId - SOAP::SOAPString
-
clientEmail - SOAP::SOAPString
-
developerToken - SOAP::SOAPString
-
userAgent - SOAP::SOAPString
-
validateOnly - 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.
-
#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) ⇒ SoapHeader
constructor
A new instance of SoapHeader.
Constructor Details
#initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) ⇒ SoapHeader
Returns a new instance of SoapHeader.
111 112 113 114 115 116 117 118 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 111 def initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil) @authToken = authToken @clientCustomerId = clientCustomerId @clientEmail = clientEmail @developerToken = developerToken @userAgent = userAgent @validateOnly = validateOnly end |
Instance Attribute Details
#authToken ⇒ Object
Returns the value of attribute authToken.
104 105 106 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 104 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
105 106 107 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 105 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
106 107 108 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 106 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
107 108 109 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 107 def developerToken @developerToken end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
108 109 110 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 108 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
109 110 111 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 109 def validateOnly @validateOnly end |