Class: AdWords::V201008::BidLandscapeService::BidLandscapeSelector
- Inherits:
-
Object
- Object
- AdWords::V201008::BidLandscapeService::BidLandscapeSelector
- Defined in:
- lib/adwords4r/v201008/BidLandscapeService.rb
Overview
BidLandscapeSelector abstract
-
idFilters - AdWords::V201008::BidLandscapeService::BidLandscapeIdFilter
-
bidLandscapeSelector_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bidLandscapeSelector_Type ⇒ Object
Returns the value of attribute bidLandscapeSelector_Type.
-
#idFilters ⇒ Object
Returns the value of attribute idFilters.
Instance Method Summary collapse
-
#initialize(idFilters = [], bidLandscapeSelector_Type = nil) ⇒ BidLandscapeSelector
constructor
A new instance of BidLandscapeSelector.
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_Type ⇒ Object
Returns the value of attribute bidLandscapeSelector_Type.
75 76 77 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 75 def bidLandscapeSelector_Type @bidLandscapeSelector_Type end |
#idFilters ⇒ Object
Returns the value of attribute idFilters.
74 75 76 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 74 def idFilters @idFilters end |