Class: AdWords::V200909::AdParamService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V200909::AdParamService::SoapHeader
- Defined in:
- lib/adwords4r/v200909/AdParamService.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.
124 125 126 127 128 129 130 131 132 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 124 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.
116 117 118 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 116 def applicationToken @applicationToken end |
#authToken ⇒ Object
Returns the value of attribute authToken.
117 118 119 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 117 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
118 119 120 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 118 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
119 120 121 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 119 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
120 121 122 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 120 def developerToken @developerToken end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
121 122 123 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 121 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
122 123 124 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 122 def validateOnly @validateOnly end |