Class: AdWords::V201008::BidLandscapeService::AdGroupBidLandscape

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

Instance Method Summary collapse

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

#adGroupIdObject

Returns the value of attribute adGroupId.



705
706
707
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 705

def adGroupId
  @adGroupId
end

#bidLandscape_TypeObject

Returns the value of attribute bidLandscape_Type.



709
710
711
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 709

def bidLandscape_Type
  @bidLandscape_Type
end

#campaignIdObject

Returns the value of attribute campaignId.



704
705
706
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 704

def campaignId
  @campaignId
end

#endDateObject

Returns the value of attribute endDate.



707
708
709
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 707

def endDate
  @endDate
end

#landscapeCurrentObject

Returns the value of attribute landscapeCurrent.



711
712
713
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 711

def landscapeCurrent
  @landscapeCurrent
end

#landscapePointsObject

Returns the value of attribute landscapePoints.



708
709
710
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 708

def landscapePoints
  @landscapePoints
end

#startDateObject

Returns the value of attribute startDate.



706
707
708
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 706

def startDate
  @startDate
end

#typeObject

Returns the value of attribute type.



710
711
712
# File 'lib/adwords4r/v201008/BidLandscapeService.rb', line 710

def type
  @type
end