Class: AdWords::V200909::TargetingIdeaService::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
379 380 381 382 383 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 379 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.
376 377 378 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 376 def excluded @excluded end |
#metroCode ⇒ Object
Returns the value of attribute metroCode.
377 378 379 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 377 def metroCode @metroCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
375 376 377 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 375 def target_Type @target_Type end |