Class: AdWords::V201008::BidLandscapeService::BidLandscape

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

AdGroupBidLandscape, 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.



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

#adGroupIdObject

Returns the value of attribute adGroupId.



678
679
680
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 678

def adGroupId
  @adGroupId
end

#bidLandscape_TypeObject

Returns the value of attribute bidLandscape_Type.



682
683
684
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 682

def bidLandscape_Type
  @bidLandscape_Type
end

#campaignIdObject

Returns the value of attribute campaignId.



677
678
679
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 677

def campaignId
  @campaignId
end

#endDateObject

Returns the value of attribute endDate.



680
681
682
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 680

def endDate
  @endDate
end

#landscapePointsObject

Returns the value of attribute landscapePoints.



681
682
683
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 681

def landscapePoints
  @landscapePoints
end

#startDateObject

Returns the value of attribute startDate.



679
680
681
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 679

def startDate
  @startDate
end