Class: AdWords::V201008::CampaignTargetService::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.
323 324 325 326 327 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 323 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.
320 321 322 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 320 def excluded @excluded end |
#metroCode ⇒ Object
Returns the value of attribute metroCode.
321 322 323 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 321 def metroCode @metroCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
319 320 321 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 319 def target_Type @target_Type end |