Class: AdwordsApi::V201101::UserListService::SoapHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/UserListService.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

Instance Method Summary collapse

Constructor Details

#initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil) ⇒ SoapHeader

Returns a new instance of SoapHeader.



667
668
669
670
671
672
673
674
675
# File 'lib/adwords_api/v201101/UserListService.rb', line 667

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

#authTokenObject

Returns the value of attribute authToken.



659
660
661
# File 'lib/adwords_api/v201101/UserListService.rb', line 659

def authToken
  @authToken
end

#clientCustomerIdObject

Returns the value of attribute clientCustomerId.



660
661
662
# File 'lib/adwords_api/v201101/UserListService.rb', line 660

def clientCustomerId
  @clientCustomerId
end

#clientEmailObject

Returns the value of attribute clientEmail.



661
662
663
# File 'lib/adwords_api/v201101/UserListService.rb', line 661

def clientEmail
  @clientEmail
end

#developerTokenObject

Returns the value of attribute developerToken.



662
663
664
# File 'lib/adwords_api/v201101/UserListService.rb', line 662

def developerToken
  @developerToken
end

#partialFailureObject

Returns the value of attribute partialFailure.



665
666
667
# File 'lib/adwords_api/v201101/UserListService.rb', line 665

def partialFailure
  @partialFailure
end

#userAgentObject

Returns the value of attribute userAgent.



663
664
665
# File 'lib/adwords_api/v201101/UserListService.rb', line 663

def userAgent
  @userAgent
end

#validateOnlyObject

Returns the value of attribute validateOnly.



664
665
666
# File 'lib/adwords_api/v201101/UserListService.rb', line 664

def validateOnly
  @validateOnly
end