Class: AdWords::V201008::BidLandscapeService::CriterionBidLandscape
- Inherits:
-
BidLandscape
- Object
- BidLandscape
- AdWords::V201008::BidLandscapeService::CriterionBidLandscape
- Defined in:
- lib/adwords4r/v201008/BidLandscapeService.rb
Overview
CriterionBidLandscape
-
campaignId - SOAP::SOAPLong
-
adGroupId - SOAP::SOAPLong
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
landscapePoints - AdWords::V201008::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.
742 743 744 745 746 747 748 749 750 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 742 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.
735 736 737 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 735 def adGroupId @adGroupId end |
#bidLandscape_Type ⇒ Object
Returns the value of attribute bidLandscape_Type.
739 740 741 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 739 def bidLandscape_Type @bidLandscape_Type end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
734 735 736 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 734 def campaignId @campaignId end |
#criterionId ⇒ Object
Returns the value of attribute criterionId.
740 741 742 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 740 def criterionId @criterionId end |
#endDate ⇒ Object
Returns the value of attribute endDate.
737 738 739 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 737 def endDate @endDate end |
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
738 739 740 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 738 def landscapePoints @landscapePoints end |
#startDate ⇒ Object
Returns the value of attribute startDate.
736 737 738 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 736 def startDate @startDate end |