Class: AdWords::V201008::TrafficEstimatorService::MetroTarget
Overview
MetroTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
metroCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#metroCode ⇒ Object
Returns the value of attribute metroCode.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, metroCode = nil) ⇒ MetroTarget
constructor
A new instance of MetroTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, metroCode = nil) ⇒ MetroTarget
Returns a new instance of MetroTarget.
403 404 405 406 407 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 403 def initialize(target_Type = nil, excluded = nil, metroCode = nil) @target_Type = target_Type @excluded = excluded @metroCode = metroCode end |
Instance Attribute Details
#excluded ⇒ Object
Returns the value of attribute excluded.
400 401 402 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 400 def excluded @excluded end |
#metroCode ⇒ Object
Returns the value of attribute metroCode.
401 402 403 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 401 def metroCode @metroCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
399 400 401 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 399 def target_Type @target_Type end |