Class: AdWords::V13::TrafficEstimatorService::AdGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/TrafficEstimatorService.rb

Overview

AdGroupRequest

  • id - SOAP::SOAPLong

  • keywordRequests - AdWords::V13::TrafficEstimatorService::KeywordRequest

  • maxCpc - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, keywordRequests = [], maxCpc = nil) ⇒ AdGroupRequest

Returns a new instance of AdGroupRequest.



28
29
30
31
32
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 28

def initialize(id = nil, keywordRequests = [], maxCpc = nil)
  @id = id
  @keywordRequests = keywordRequests
  @maxCpc = maxCpc
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



24
25
26
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 24

def id
  @id
end

#keywordRequestsObject

Returns the value of attribute keywordRequests.



25
26
27
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 25

def keywordRequests
  @keywordRequests
end

#maxCpcObject

Returns the value of attribute maxCpc.



26
27
28
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 26

def maxCpc
  @maxCpc
end