Class: AdWords::V201003::BidLandscapeService::BidLandscape

Inherits:
Object
  • Object
show all
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

CriterionBidLandscape

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adGroupIdObject

Returns the value of attribute adGroupId.



640
641
642
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 640

def adGroupId
  @adGroupId
end

#bidLandscape_TypeObject

Returns the value of attribute bidLandscape_Type.



644
645
646
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 644

def bidLandscape_Type
  @bidLandscape_Type
end

#campaignIdObject

Returns the value of attribute campaignId.



639
640
641
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 639

def campaignId
  @campaignId
end

#endDateObject

Returns the value of attribute endDate.



642
643
644
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 642

def endDate
  @endDate
end

#landscapePointsObject

Returns the value of attribute landscapePoints.



643
644
645
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 643

def landscapePoints
  @landscapePoints
end

#startDateObject

Returns the value of attribute startDate.



641
642
643
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 641

def startDate
  @startDate
end