Class: AdWords::V201008::TrafficEstimatorService::NetworkTarget
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
NetworkTarget
-
target_Type - SOAP::SOAPString
-
networkCoverageType - AdWords::V201008::TrafficEstimatorService::NetworkCoverageType
Instance Attribute Summary collapse
-
#networkCoverageType ⇒ Object
Returns the value of attribute networkCoverageType.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, networkCoverageType = nil) ⇒ NetworkTarget
constructor
A new instance of NetworkTarget.
Constructor Details
#initialize(target_Type = nil, networkCoverageType = nil) ⇒ NetworkTarget
Returns a new instance of NetworkTarget.
277 278 279 280 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 277 def initialize(target_Type = nil, networkCoverageType = nil) @target_Type = target_Type @networkCoverageType = networkCoverageType end |
Instance Attribute Details
#networkCoverageType ⇒ Object
Returns the value of attribute networkCoverageType.
275 276 277 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 275 def networkCoverageType @networkCoverageType end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
274 275 276 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 274 def target_Type @target_Type end |