Class: AdwordsApi::V201008::InfoService::InfoSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/InfoService.rb

Overview

InfoSelector

  • serviceName - SOAP::SOAPString

  • methodName - SOAP::SOAPString

  • operator - AdwordsApi::V201008::InfoService::Operator

  • dateRange - AdwordsApi::V201008::InfoService::DateRange

  • clientEmails - SOAP::SOAPString

  • apiUsageType - AdwordsApi::V201008::InfoService::ApiUsageType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serviceName = nil, methodName = nil, operator = nil, dateRange = nil, clientEmails = [], apiUsageType = nil) ⇒ InfoSelector

Returns a new instance of InfoSelector.



504
505
506
507
508
509
510
511
# File 'lib/adwords_api/v201008/InfoService.rb', line 504

def initialize(serviceName = nil, methodName = nil, operator = nil, dateRange = nil, clientEmails = [], apiUsageType = nil)
  @serviceName = serviceName
  @methodName = methodName
  @operator = operator
  @dateRange = dateRange
  @clientEmails = clientEmails
  @apiUsageType = apiUsageType
end

Instance Attribute Details

#apiUsageTypeObject

Returns the value of attribute apiUsageType.



502
503
504
# File 'lib/adwords_api/v201008/InfoService.rb', line 502

def apiUsageType
  @apiUsageType
end

#clientEmailsObject

Returns the value of attribute clientEmails.



501
502
503
# File 'lib/adwords_api/v201008/InfoService.rb', line 501

def clientEmails
  @clientEmails
end

#dateRangeObject

Returns the value of attribute dateRange.



500
501
502
# File 'lib/adwords_api/v201008/InfoService.rb', line 500

def dateRange
  @dateRange
end

#methodNameObject

Returns the value of attribute methodName.



498
499
500
# File 'lib/adwords_api/v201008/InfoService.rb', line 498

def methodName
  @methodName
end

#operatorObject

Returns the value of attribute operator.



499
500
501
# File 'lib/adwords_api/v201008/InfoService.rb', line 499

def operator
  @operator
end

#serviceNameObject

Returns the value of attribute serviceName.



497
498
499
# File 'lib/adwords_api/v201008/InfoService.rb', line 497

def serviceName
  @serviceName
end