Class: AdWords::V201008::BidLandscapeService::CriterionBidLandscapeSelector
- Inherits:
-
BidLandscapeSelector
- Object
- BidLandscapeSelector
- AdWords::V201008::BidLandscapeService::CriterionBidLandscapeSelector
- Defined in:
- lib/adwords4r/v201008/BidLandscapeService.rb
Overview
CriterionBidLandscapeSelector
-
idFilters - AdWords::V201008::BidLandscapeService::BidLandscapeIdFilter
-
bidLandscapeSelector_Type - SOAP::SOAPString
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) ⇒ CriterionBidLandscapeSelector
constructor
A new instance of CriterionBidLandscapeSelector.
Constructor Details
#initialize(idFilters = [], bidLandscapeSelector_Type = nil) ⇒ CriterionBidLandscapeSelector
Returns a new instance of CriterionBidLandscapeSelector.
103 104 105 106 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 103 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.
101 102 103 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 101 def bidLandscapeSelector_Type @bidLandscapeSelector_Type end |
#idFilters ⇒ Object
Returns the value of attribute idFilters.
100 101 102 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 100 def idFilters @idFilters end |