Class: AdWords::V13::TrafficEstimatorService::AdGroupRequest
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::AdGroupRequest
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
AdGroupRequest
-
id - SOAP::SOAPLong
-
keywordRequests - AdWords::V13::TrafficEstimatorService::KeywordRequest
-
maxCpc - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#keywordRequests ⇒ Object
Returns the value of attribute keywordRequests.
-
#maxCpc ⇒ Object
Returns the value of attribute maxCpc.
Instance Method Summary collapse
-
#initialize(id = nil, keywordRequests = [], maxCpc = nil) ⇒ AdGroupRequest
constructor
A new instance of AdGroupRequest.
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
#id ⇒ Object
Returns the value of attribute id.
24 25 26 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 24 def id @id end |
#keywordRequests ⇒ Object
Returns the value of attribute keywordRequests.
25 26 27 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 25 def keywordRequests @keywordRequests end |
#maxCpc ⇒ Object
Returns the value of attribute maxCpc.
26 27 28 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 26 def maxCpc @maxCpc end |