Class: AdWords::V201003::BulkMutateJobService::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.
3952 3953 3954 3955 3956 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3952 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.
3949 3950 3951 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3949 def excluded @excluded end |
#metroCode ⇒ Object
Returns the value of attribute metroCode.
3950 3951 3952 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3950 def metroCode @metroCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
3948 3949 3950 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3948 def target_Type @target_Type end |