Class: AdWords::V201003::BidLandscapeService::BidLandscape
- Inherits:
-
Object
- Object
- AdWords::V201003::BidLandscapeService::BidLandscape
- Defined in:
- lib/adwords4r/v201003/BidLandscapeService.rb
Overview
BidLandscape abstract
-
campaignId - SOAP::SOAPLong
-
adGroupId - SOAP::SOAPLong
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
landscapePoints - AdWords::V201003::BidLandscapeService::BidLandscapeLandscapePoint
-
bidLandscape_Type - SOAP::SOAPString
Direct Known Subclasses
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.
-
#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) ⇒ BidLandscape
constructor
A new instance of BidLandscape.
Constructor Details
#initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil) ⇒ BidLandscape
Returns a new instance of BidLandscape.
646 647 648 649 650 651 652 653 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 646 def initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil) @campaignId = campaignId @adGroupId = adGroupId @startDate = startDate @endDate = endDate @landscapePoints = landscapePoints @bidLandscape_Type = bidLandscape_Type end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
640 641 642 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 640 def adGroupId @adGroupId end |
#bidLandscape_Type ⇒ Object
Returns the value of attribute bidLandscape_Type.
644 645 646 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 644 def bidLandscape_Type @bidLandscape_Type end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
639 640 641 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 639 def campaignId @campaignId end |
#endDate ⇒ Object
Returns the value of attribute endDate.
642 643 644 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 642 def endDate @endDate end |
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
643 644 645 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 643 def landscapePoints @landscapePoints end |
#startDate ⇒ Object
Returns the value of attribute startDate.
641 642 643 |
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 641 def startDate @startDate end |