Class: AdWords::V200909::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.
283 284 285 286 287 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 283 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.
280 281 282 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 280 def excluded @excluded end |
#metroCode ⇒ Object
Returns the value of attribute metroCode.
281 282 283 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 281 def metroCode @metroCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
279 280 281 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 279 def target_Type @target_Type end |