Class: AdWords::V201008::BidLandscapeService::BidLandscape
- Inherits:
-
Object
- Object
- AdWords::V201008::BidLandscapeService::BidLandscape
- Defined in:
- lib/adwords4r/v201008/BidLandscapeService.rb
Overview
BidLandscape abstract
-
campaignId - SOAP::SOAPLong
-
adGroupId - SOAP::SOAPLong
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
landscapePoints - AdWords::V201008::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.
684 685 686 687 688 689 690 691 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 684 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.
678 679 680 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 678 def adGroupId @adGroupId end |
#bidLandscape_Type ⇒ Object
Returns the value of attribute bidLandscape_Type.
682 683 684 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 682 def bidLandscape_Type @bidLandscape_Type end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
677 678 679 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 677 def campaignId @campaignId end |
#endDate ⇒ Object
Returns the value of attribute endDate.
680 681 682 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 680 def endDate @endDate end |
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
681 682 683 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 681 def landscapePoints @landscapePoints end |
#startDate ⇒ Object
Returns the value of attribute startDate.
679 680 681 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 679 def startDate @startDate end |