Class: AdWords::V201003::InfoService::InfoSelector

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

Overview

InfoSelector

  • serviceName - SOAP::SOAPString

  • methodName - SOAP::SOAPString

  • operator - AdWords::V201003::InfoService::Operator

  • dateRange - AdWords::V201003::InfoService::DateRange

  • clientEmails - SOAP::SOAPString

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



501
502
503
504
505
506
507
508
# File 'lib/adwords4r/v201003/InfoService.rb', line 501

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.



499
500
501
# File 'lib/adwords4r/v201003/InfoService.rb', line 499

def apiUsageType
  @apiUsageType
end

#clientEmailsObject

Returns the value of attribute clientEmails.



498
499
500
# File 'lib/adwords4r/v201003/InfoService.rb', line 498

def clientEmails
  @clientEmails
end

#dateRangeObject

Returns the value of attribute dateRange.



497
498
499
# File 'lib/adwords4r/v201003/InfoService.rb', line 497

def dateRange
  @dateRange
end

#methodNameObject

Returns the value of attribute methodName.



495
496
497
# File 'lib/adwords4r/v201003/InfoService.rb', line 495

def methodName
  @methodName
end

#operatorObject

Returns the value of attribute operator.



496
497
498
# File 'lib/adwords4r/v201003/InfoService.rb', line 496

def operator
  @operator
end

#serviceNameObject

Returns the value of attribute serviceName.



494
495
496
# File 'lib/adwords4r/v201003/InfoService.rb', line 494

def serviceName
  @serviceName
end