Class: AdWords::V201003::BidLandscapeService::CriterionBidLandscape
- Inherits:
-
BidLandscape
- Object
- BidLandscape
- AdWords::V201003::BidLandscapeService::CriterionBidLandscape
- Defined in:
- lib/adwords4r/v201003/BidLandscapeService.rb
Overview
CriterionBidLandscape
-
campaignId - SOAP::SOAPLong
-
adGroupId - SOAP::SOAPLong
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
landscapePoints - AdWords::V201003::BidLandscapeService::BidLandscapeLandscapePoint
-
bidLandscape_Type - SOAP::SOAPString
-
criterionId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#bidLandscape_Type ⇒ Object
Returns the value of attribute bidLandscape_Type.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#criterionId ⇒ Object
Returns the value of attribute criterionId.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, criterionId = nil) ⇒ CriterionBidLandscape
constructor
A new instance of CriterionBidLandscape.
Constructor Details
#initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, criterionId = nil) ⇒ CriterionBidLandscape
Returns a new instance of CriterionBidLandscape.
673 674 675 676 677 678 679 680 681 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 673 def initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, criterionId = nil) @campaignId = campaignId @adGroupId = adGroupId @startDate = startDate @endDate = endDate @landscapePoints = landscapePoints @bidLandscape_Type = bidLandscape_Type @criterionId = criterionId end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
666 667 668 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 666 def adGroupId @adGroupId end |
#bidLandscape_Type ⇒ Object
Returns the value of attribute bidLandscape_Type.
670 671 672 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 670 def bidLandscape_Type @bidLandscape_Type end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
665 666 667 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 665 def campaignId @campaignId end |
#criterionId ⇒ Object
Returns the value of attribute criterionId.
671 672 673 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 671 def criterionId @criterionId end |
#endDate ⇒ Object
Returns the value of attribute endDate.
668 669 670 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 668 def endDate @endDate end |
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
669 670 671 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 669 def landscapePoints @landscapePoints end |
#startDate ⇒ Object
Returns the value of attribute startDate.
667 668 669 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 667 def startDate @startDate end |