Class: AdWords::V201003::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
Returns a new instance of MetroTarget.
416 417 418 419 420 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 416 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.
413 414 415 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 413 def excluded @excluded end |
#metroCode ⇒ Object
Returns the value of attribute metroCode.
414 415 416 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 414 def metroCode @metroCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
412 413 414 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 412 def target_Type @target_Type end |