Class: AdWords::V201003::BidLandscapeService::CriterionBidLandscapeSelector
- Inherits:
-
BidLandscapeSelector
- Object
- BidLandscapeSelector
- AdWords::V201003::BidLandscapeService::CriterionBidLandscapeSelector
- Defined in:
- lib/adwords4r/v201003/BidLandscapeService.rb
Overview
CriterionBidLandscapeSelector
-
idFilters - AdWords::V201003::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.
87 88 89 90 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 87 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.
85 86 87 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 85 def bidLandscapeSelector_Type @bidLandscapeSelector_Type end |
#idFilters ⇒ Object
Returns the value of attribute idFilters.
84 85 86 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 84 def idFilters @idFilters end |