Class: AdWords::V200909::InfoService::InfoSelector
- Inherits:
-
Object
- Object
- AdWords::V200909::InfoService::InfoSelector
- 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
-
#apiUsageType ⇒ Object
Returns the value of attribute apiUsageType.
-
#clientEmails ⇒ Object
Returns the value of attribute clientEmails.
-
#dateRange ⇒ Object
Returns the value of attribute dateRange.
-
#methodName ⇒ Object
Returns the value of attribute methodName.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#serviceName ⇒ Object
Returns the value of attribute serviceName.
Instance Method Summary collapse
-
#initialize(serviceName = nil, methodName = nil, operator = nil, dateRange = nil, clientEmails = [], apiUsageType = nil) ⇒ InfoSelector
constructor
A new instance of InfoSelector.
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
#apiUsageType ⇒ Object
Returns the value of attribute apiUsageType.
423 424 425 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 423 def apiUsageType @apiUsageType end |
#clientEmails ⇒ Object
Returns the value of attribute clientEmails.
422 423 424 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 422 def clientEmails @clientEmails end |
#dateRange ⇒ Object
Returns the value of attribute dateRange.
421 422 423 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 421 def dateRange @dateRange end |
#methodName ⇒ Object
Returns the value of attribute methodName.
419 420 421 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 419 def methodName @methodName end |
#operator ⇒ Object
Returns the value of attribute operator.
420 421 422 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 420 def operator @operator end |
#serviceName ⇒ Object
Returns the value of attribute serviceName.
418 419 420 |
# File 'lib/adwords4r/v200909/InfoService.rb', line 418 def serviceName @serviceName end |