Class: AdwordsApi::V201101::TargetingIdeaService::AdGroupBidLandscape

Inherits:
BidLandscape show all
Defined in:
lib/adwords_api/v201101/TargetingIdeaService.rb

Overview

AdGroupBidLandscape

  • dataEntry_Type - SOAP::SOAPString

  • campaignId - SOAP::SOAPLong

  • adGroupId - SOAP::SOAPLong

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • landscapePoints - AdwordsApi::V201101::TargetingIdeaService::BidLandscapeLandscapePoint

  • type - AdwordsApi::V201101::TargetingIdeaService::AdGroupBidLandscapeType

  • landscapeCurrent - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dataEntry_Type = nil, campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], type = nil, landscapeCurrent = nil) ⇒ AdGroupBidLandscape

Returns a new instance of AdGroupBidLandscape.



1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1248

def initialize(dataEntry_Type = nil, campaignId = nil, adGroupId = nil, startDate = nil, endDate = nil, landscapePoints = [], type = nil, landscapeCurrent = nil)
  @dataEntry_Type = dataEntry_Type
  @campaignId = campaignId
  @adGroupId = adGroupId
  @startDate = startDate
  @endDate = endDate
  @landscapePoints = landscapePoints
  @type = type
  @landscapeCurrent = landscapeCurrent
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



1241
1242
1243
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1241

def adGroupId
  @adGroupId
end

#campaignIdObject

Returns the value of attribute campaignId.



1240
1241
1242
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1240

def campaignId
  @campaignId
end

#dataEntry_TypeObject

Returns the value of attribute dataEntry_Type.



1239
1240
1241
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1239

def dataEntry_Type
  @dataEntry_Type
end

#endDateObject

Returns the value of attribute endDate.



1243
1244
1245
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1243

def endDate
  @endDate
end

#landscapeCurrentObject

Returns the value of attribute landscapeCurrent.



1246
1247
1248
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1246

def landscapeCurrent
  @landscapeCurrent
end

#landscapePointsObject

Returns the value of attribute landscapePoints.



1244
1245
1246
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1244

def landscapePoints
  @landscapePoints
end

#startDateObject

Returns the value of attribute startDate.



1242
1243
1244
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1242

def startDate
  @startDate
end

#typeObject

Returns the value of attribute type.



1245
1246
1247
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1245

def type
  @type
end