Class: AdWords::V200909::InfoService::InfoSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/InfoService.rb

Overview

InfoSelector

  • serviceName - SOAP::SOAPString

  • methodName - SOAP::SOAPString

  • operator - AdWords::V200909::InfoService::Operator

  • dateRange - AdWords::V200909::InfoService::DateRange

  • clientEmails - SOAP::SOAPString

  • apiUsageType - AdWords::V200909::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.



425
426
427
428
429
430
431
432
# File 'lib/adwords4r/v200909/InfoService.rb', line 425

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.



423
424
425
# File 'lib/adwords4r/v200909/InfoService.rb', line 423

def apiUsageType
  @apiUsageType
end

#clientEmailsObject

Returns the value of attribute clientEmails.



422
423
424
# File 'lib/adwords4r/v200909/InfoService.rb', line 422

def clientEmails
  @clientEmails
end

#dateRangeObject

Returns the value of attribute dateRange.



421
422
423
# File 'lib/adwords4r/v200909/InfoService.rb', line 421

def dateRange
  @dateRange
end

#methodNameObject

Returns the value of attribute methodName.



419
420
421
# File 'lib/adwords4r/v200909/InfoService.rb', line 419

def methodName
  @methodName
end

#operatorObject

Returns the value of attribute operator.



420
421
422
# File 'lib/adwords4r/v200909/InfoService.rb', line 420

def operator
  @operator
end

#serviceNameObject

Returns the value of attribute serviceName.



418
419
420
# File 'lib/adwords4r/v200909/InfoService.rb', line 418

def serviceName
  @serviceName
end