Class: AdWords::V13::TrafficEstimatorService::CampaignEstimate
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::CampaignEstimate
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
CampaignEstimate
-
adGroupEstimates - AdWords::V13::TrafficEstimatorService::AdGroupEstimate
-
id - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#adGroupEstimates ⇒ Object
Returns the value of attribute adGroupEstimates.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(adGroupEstimates = [], id = nil) ⇒ CampaignEstimate
constructor
A new instance of CampaignEstimate.
Constructor Details
#initialize(adGroupEstimates = [], id = nil) ⇒ CampaignEstimate
Returns a new instance of CampaignEstimate.
95 96 97 98 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 95 def initialize(adGroupEstimates = [], id = nil) @adGroupEstimates = adGroupEstimates @id = id end |
Instance Attribute Details
#adGroupEstimates ⇒ Object
Returns the value of attribute adGroupEstimates.
92 93 94 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 92 def adGroupEstimates @adGroupEstimates end |
#id ⇒ Object
Returns the value of attribute id.
93 94 95 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 93 def id @id end |