Class: AdwordsApi::V201008::AlertService::AlertQuery
- Inherits:
-
Object
- Object
- AdwordsApi::V201008::AlertService::AlertQuery
- Defined in:
- lib/adwords_api/v201008/AlertService.rb
Overview
AlertQuery
-
clientSpec - AdwordsApi::V201008::AlertService::ClientSpec
-
filterSpec - AdwordsApi::V201008::AlertService::FilterSpec
-
types - AdwordsApi::V201008::AlertService::AlertType
-
severities - AdwordsApi::V201008::AlertService::AlertSeverity
-
triggerTimeSpec - AdwordsApi::V201008::AlertService::TriggerTimeSpec
-
clientCustomerIds - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#clientCustomerIds ⇒ Object
Returns the value of attribute clientCustomerIds.
-
#clientSpec ⇒ Object
Returns the value of attribute clientSpec.
-
#filterSpec ⇒ Object
Returns the value of attribute filterSpec.
-
#severities ⇒ Object
Returns the value of attribute severities.
-
#triggerTimeSpec ⇒ Object
Returns the value of attribute triggerTimeSpec.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Method Summary collapse
-
#initialize(clientSpec = nil, filterSpec = nil, types = [], severities = [], triggerTimeSpec = nil, clientCustomerIds = []) ⇒ AlertQuery
constructor
A new instance of AlertQuery.
Constructor Details
#initialize(clientSpec = nil, filterSpec = nil, types = [], severities = [], triggerTimeSpec = nil, clientCustomerIds = []) ⇒ AlertQuery
Returns a new instance of AlertQuery.
491 492 493 494 495 496 497 498 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 491 def initialize(clientSpec = nil, filterSpec = nil, types = [], severities = [], triggerTimeSpec = nil, clientCustomerIds = []) @clientSpec = clientSpec @filterSpec = filterSpec @types = types @severities = severities @triggerTimeSpec = triggerTimeSpec @clientCustomerIds = clientCustomerIds end |
Instance Attribute Details
#clientCustomerIds ⇒ Object
Returns the value of attribute clientCustomerIds.
489 490 491 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 489 def clientCustomerIds @clientCustomerIds end |
#clientSpec ⇒ Object
Returns the value of attribute clientSpec.
484 485 486 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 484 def clientSpec @clientSpec end |
#filterSpec ⇒ Object
Returns the value of attribute filterSpec.
485 486 487 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 485 def filterSpec @filterSpec end |
#severities ⇒ Object
Returns the value of attribute severities.
487 488 489 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 487 def severities @severities end |
#triggerTimeSpec ⇒ Object
Returns the value of attribute triggerTimeSpec.
488 489 490 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 488 def triggerTimeSpec @triggerTimeSpec end |
#types ⇒ Object
Returns the value of attribute types.
486 487 488 |
# File 'lib/adwords_api/v201008/AlertService.rb', line 486 def types @types end |