Class: AdWords::V201003::BulkMutateJobService::GeoTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

GeoTarget abstract

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil) ⇒ GeoTarget

Returns a new instance of GeoTarget.



3899
3900
3901
3902
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3899

def initialize(target_Type = nil, excluded = nil)
  @target_Type = target_Type
  @excluded = excluded
end

Instance Attribute Details

#excludedObject

Returns the value of attribute excluded.



3897
3898
3899
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3897

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



3896
3897
3898
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3896

def target_Type
  @target_Type
end