Class: AdWords::V201003::InfoService::InfoSelector
- Inherits:
-
Object
- Object
- AdWords::V201003::InfoService::InfoSelector
- 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
-
#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.
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
#apiUsageType ⇒ Object
Returns the value of attribute apiUsageType.
499 500 501 |
# File 'lib/adwords4r/v201003/InfoService.rb', line 499 def apiUsageType @apiUsageType end |
#clientEmails ⇒ Object
Returns the value of attribute clientEmails.
498 499 500 |
# File 'lib/adwords4r/v201003/InfoService.rb', line 498 def clientEmails @clientEmails end |
#dateRange ⇒ Object
Returns the value of attribute dateRange.
497 498 499 |
# File 'lib/adwords4r/v201003/InfoService.rb', line 497 def dateRange @dateRange end |
#methodName ⇒ Object
Returns the value of attribute methodName.
495 496 497 |
# File 'lib/adwords4r/v201003/InfoService.rb', line 495 def methodName @methodName end |
#operator ⇒ Object
Returns the value of attribute operator.
496 497 498 |
# File 'lib/adwords4r/v201003/InfoService.rb', line 496 def operator @operator end |
#serviceName ⇒ Object
Returns the value of attribute serviceName.
494 495 496 |
# File 'lib/adwords4r/v201003/InfoService.rb', line 494 def serviceName @serviceName end |