Class: AdWords::V13::TrafficEstimatorService::CampaignEstimate

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

Overview

CampaignEstimate

  • adGroupEstimates - AdWords::V13::TrafficEstimatorService::AdGroupEstimate

  • id - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adGroupEstimatesObject

Returns the value of attribute adGroupEstimates.



92
93
94
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 92

def adGroupEstimates
  @adGroupEstimates
end

#idObject

Returns the value of attribute id.



93
94
95
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 93

def id
  @id
end