Class: AdWords::V201008::TrafficEstimatorService::NetworkTarget

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

Overview

NetworkTarget

  • target_Type - SOAP::SOAPString

  • networkCoverageType - AdWords::V201008::TrafficEstimatorService::NetworkCoverageType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#networkCoverageTypeObject

Returns the value of attribute networkCoverageType.



275
276
277
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 275

def networkCoverageType
  @networkCoverageType
end

#target_TypeObject

Returns the value of attribute target_Type.



274
275
276
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 274

def target_Type
  @target_Type
end