Class: AdwordsApi::V201008::AlertService::Get

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

Overview

get

  • selector - AdwordsApi::V201008::AlertService::AlertSelector

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(selector = nil) ⇒ Get

Returns a new instance of Get.



727
728
729
# File 'lib/adwords_api/v201008/AlertService.rb', line 727

def initialize(selector = nil)
  @selector = selector
end

Instance Attribute Details

#selectorObject

:nodoc: all



725
726
727
# File 'lib/adwords_api/v201008/AlertService.rb', line 725

def selector
  @selector
end