Class: AdWords::V201008::BidLandscapeService::BidLandscapeSelector

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

Overview

BidLandscapeSelector abstract

  • idFilters - AdWords::V201008::BidLandscapeService::BidLandscapeIdFilter

  • bidLandscapeSelector_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(idFilters = [], bidLandscapeSelector_Type = nil) ⇒ BidLandscapeSelector

Returns a new instance of BidLandscapeSelector.



77
78
79
80
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 77

def initialize(idFilters = [], bidLandscapeSelector_Type = nil)
  @idFilters = idFilters
  @bidLandscapeSelector_Type = bidLandscapeSelector_Type
end

Instance Attribute Details

#bidLandscapeSelector_TypeObject

Returns the value of attribute bidLandscapeSelector_Type.



75
76
77
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 75

def bidLandscapeSelector_Type
  @bidLandscapeSelector_Type
end

#idFiltersObject

Returns the value of attribute idFilters.



74
75
76
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 74

def idFilters
  @idFilters
end