Class: AdWords::V201008::BidLandscapeService::CriterionBidLandscape

Inherits:
BidLandscape
  • Object
show all
Defined in:
lib/adwords4r/v201008/BidLandscapeService.rb

Overview

CriterionBidLandscape

  • campaignId - SOAP::SOAPLong

  • adGroupId - SOAP::SOAPLong

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • landscapePoints - AdWords::V201008::BidLandscapeService::BidLandscapeLandscapePoint

  • bidLandscape_Type - SOAP::SOAPString

  • criterionId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, criterionId = nil) ⇒ CriterionBidLandscape

Returns a new instance of CriterionBidLandscape.



742
743
744
745
746
747
748
749
750
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 742

def initialize(campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], bidLandscape_Type = nil, criterionId = nil)
  @campaignId = campaignId
  @adGroupId = adGroupId
  @startDate = startDate
  @endDate = endDate
  @landscapePoints = landscapePoints
  @bidLandscape_Type = bidLandscape_Type
  @criterionId = criterionId
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



735
736
737
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 735

def adGroupId
  @adGroupId
end

#bidLandscape_TypeObject

Returns the value of attribute bidLandscape_Type.



739
740
741
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 739

def bidLandscape_Type
  @bidLandscape_Type
end

#campaignIdObject

Returns the value of attribute campaignId.



734
735
736
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 734

def campaignId
  @campaignId
end

#criterionIdObject

Returns the value of attribute criterionId.



740
741
742
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 740

def criterionId
  @criterionId
end

#endDateObject

Returns the value of attribute endDate.



737
738
739
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 737

def endDate
  @endDate
end

#landscapePointsObject

Returns the value of attribute landscapePoints.



738
739
740
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 738

def landscapePoints
  @landscapePoints
end

#startDateObject

Returns the value of attribute startDate.



736
737
738
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 736

def startDate
  @startDate
end