Class: AdwordsApi::V201008::BidLandscapeService::GetBidLandscape

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

Overview

getBidLandscape

  • selector - AdwordsApi::V201008::BidLandscapeService::BidLandscapeSelector

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(selector = nil) ⇒ GetBidLandscape

Returns a new instance of GetBidLandscape.



912
913
914
# File 'lib/adwords_api/v201008/BidLandscapeService.rb', line 912

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

Instance Attribute Details

#selectorObject

:nodoc: all



910
911
912
# File 'lib/adwords_api/v201008/BidLandscapeService.rb', line 910

def selector
  @selector
end