Class: AdWords::V201003::BidLandscapeService::CriterionBidLandscape

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

Overview

CriterionBidLandscape

  • campaignId - SOAP::SOAPLong

  • adGroupId - SOAP::SOAPLong

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • landscapePoints - AdWords::V201003::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.



673
674
675
676
677
678
679
680
681
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 673

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.



666
667
668
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 666

def adGroupId
  @adGroupId
end

#bidLandscape_TypeObject

Returns the value of attribute bidLandscape_Type.



670
671
672
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 670

def bidLandscape_Type
  @bidLandscape_Type
end

#campaignIdObject

Returns the value of attribute campaignId.



665
666
667
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 665

def campaignId
  @campaignId
end

#criterionIdObject

Returns the value of attribute criterionId.



671
672
673
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 671

def criterionId
  @criterionId
end

#endDateObject

Returns the value of attribute endDate.



668
669
670
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 668

def endDate
  @endDate
end

#landscapePointsObject

Returns the value of attribute landscapePoints.



669
670
671
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 669

def landscapePoints
  @landscapePoints
end

#startDateObject

Returns the value of attribute startDate.



667
668
669
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 667

def startDate
  @startDate
end