Class: AdwordsApi::V201008::AlertService::AlertSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/AlertService.rb

Overview

AlertSelector

  • query - AdwordsApi::V201008::AlertService::AlertQuery

  • paging - AdwordsApi::V201008::AlertService::Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(query = nil, paging = nil) ⇒ AlertSelector

Returns a new instance of AlertSelector.



508
509
510
511
# File 'lib/adwords_api/v201008/AlertService.rb', line 508

def initialize(query = nil, paging = nil)
  @query = query
  @paging = paging
end

Instance Attribute Details

#pagingObject

Returns the value of attribute paging.



506
507
508
# File 'lib/adwords_api/v201008/AlertService.rb', line 506

def paging
  @paging
end

#queryObject

Returns the value of attribute query.



505
506
507
# File 'lib/adwords_api/v201008/AlertService.rb', line 505

def query
  @query
end