Class: AdWords::V200909::TargetingIdeaService::SoapHeader
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::SoapHeader
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.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.
103 104 105 106 107 108 109 110 111 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 103 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.
95 96 97 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 95 def applicationToken @applicationToken end |
#authToken ⇒ Object
Returns the value of attribute authToken.
96 97 98 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 96 def authToken @authToken end |
#clientCustomerId ⇒ Object
Returns the value of attribute clientCustomerId.
97 98 99 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 97 def clientCustomerId @clientCustomerId end |
#clientEmail ⇒ Object
Returns the value of attribute clientEmail.
98 99 100 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 98 def clientEmail @clientEmail end |
#developerToken ⇒ Object
Returns the value of attribute developerToken.
99 100 101 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 99 def developerToken @developerToken end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
100 101 102 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 100 def userAgent @userAgent end |
#validateOnly ⇒ Object
Returns the value of attribute validateOnly.
101 102 103 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 101 def validateOnly @validateOnly end |