Class: AdWords::V201008::BidLandscapeService::AdGroupBidLandscape
- Inherits:
-
BidLandscape
- Object
- BidLandscape
- AdWords::V201008::BidLandscapeService::AdGroupBidLandscape
- Defined in:
- lib/adwords4r/v201008/BidLandscapeService.rb
Overview
AdGroupBidLandscape
-
campaignId - SOAP::SOAPLong
-
adGroupId - SOAP::SOAPLong
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
landscapePoints - AdWords::V201008::BidLandscapeService::BidLandscapeLandscapePoint
-
bidLandscape_Type - SOAP::SOAPString
-
type - AdWords::V201008::BidLandscapeService::AdGroupBidLandscapeType
-
landscapeCurrent - SOAP::SOAPBoolean
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.
-
#landscapeCurrent ⇒ Object
Returns the value of attribute landscapeCurrent.
-
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, type = nil, landscapeCurrent = nil) ⇒ AdGroupBidLandscape
constructor
A new instance of AdGroupBidLandscape.
Constructor Details
#initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, type = nil, landscapeCurrent = nil) ⇒ AdGroupBidLandscape
Returns a new instance of AdGroupBidLandscape.
713 714 715 716 717 718 719 720 721 722 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 713 def initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, type = nil, landscapeCurrent = nil) @campaignId = campaignId @adGroupId = adGroupId @startDate = startDate @endDate = endDate @landscapePoints = landscapePoints @bidLandscape_Type = bidLandscape_Type @type = type @landscapeCurrent = landscapeCurrent end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
705 706 707 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 705 def adGroupId @adGroupId end |
#bidLandscape_Type ⇒ Object
Returns the value of attribute bidLandscape_Type.
709 710 711 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 709 def bidLandscape_Type @bidLandscape_Type end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
704 705 706 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 704 def campaignId @campaignId end |
#endDate ⇒ Object
Returns the value of attribute endDate.
707 708 709 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 707 def endDate @endDate end |
#landscapeCurrent ⇒ Object
Returns the value of attribute landscapeCurrent.
711 712 713 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 711 def landscapeCurrent @landscapeCurrent end |
#landscapePoints ⇒ Object
Returns the value of attribute landscapePoints.
708 709 710 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 708 def landscapePoints @landscapePoints end |
#startDate ⇒ Object
Returns the value of attribute startDate.
706 707 708 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 706 def startDate @startDate end |
#type ⇒ Object
Returns the value of attribute type.
710 711 712 |
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 710 def type @type end |