Class: AdWords::V201008::BulkMutateJobService::ProximityTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

ProximityTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • geoPoint - AdWords::V201008::BulkMutateJobService::GeoPoint

  • radiusDistanceUnits - AdWords::V201008::BulkMutateJobService::ProximityTargetDistanceUnits

  • radiusInUnits - SOAP::SOAPDouble

  • address - AdWords::V201008::BulkMutateJobService::Address

  • allowServiceOfAddress - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil) ⇒ ProximityTarget



4561
4562
4563
4564
4565
4566
4567
4568
4569
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4561

def initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil)
  @target_Type = target_Type
  @excluded = excluded
  @geoPoint = geoPoint
  @radiusDistanceUnits = radiusDistanceUnits
  @radiusInUnits = radiusInUnits
  @address = address
  @allowServiceOfAddress = allowServiceOfAddress
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



4558
4559
4560
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4558

def address
  @address
end

#allowServiceOfAddressObject

Returns the value of attribute allowServiceOfAddress.



4559
4560
4561
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4559

def allowServiceOfAddress
  @allowServiceOfAddress
end

#excludedObject

Returns the value of attribute excluded.



4554
4555
4556
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4554

def excluded
  @excluded
end

#geoPointObject

Returns the value of attribute geoPoint.



4555
4556
4557
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4555

def geoPoint
  @geoPoint
end

#radiusDistanceUnitsObject

Returns the value of attribute radiusDistanceUnits.



4556
4557
4558
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4556

def radiusDistanceUnits
  @radiusDistanceUnits
end

#radiusInUnitsObject

Returns the value of attribute radiusInUnits.



4557
4558
4559
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4557

def radiusInUnits
  @radiusInUnits
end

#target_TypeObject

Returns the value of attribute target_Type.



4553
4554
4555
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4553

def target_Type
  @target_Type
end