Class: AdwordsApi::V201008::AlertService::AlertQuery

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#clientCustomerIdsObject

Returns the value of attribute clientCustomerIds.



489
490
491
# File 'lib/adwords_api/v201008/AlertService.rb', line 489

def clientCustomerIds
  @clientCustomerIds
end

#clientSpecObject

Returns the value of attribute clientSpec.



484
485
486
# File 'lib/adwords_api/v201008/AlertService.rb', line 484

def clientSpec
  @clientSpec
end

#filterSpecObject

Returns the value of attribute filterSpec.



485
486
487
# File 'lib/adwords_api/v201008/AlertService.rb', line 485

def filterSpec
  @filterSpec
end

#severitiesObject

Returns the value of attribute severities.



487
488
489
# File 'lib/adwords_api/v201008/AlertService.rb', line 487

def severities
  @severities
end

#triggerTimeSpecObject

Returns the value of attribute triggerTimeSpec.



488
489
490
# File 'lib/adwords_api/v201008/AlertService.rb', line 488

def triggerTimeSpec
  @triggerTimeSpec
end

#typesObject

Returns the value of attribute types.



486
487
488
# File 'lib/adwords_api/v201008/AlertService.rb', line 486

def types
  @types
end