Class: AdWords::V200909::AdGroupAdService::GeoTarget
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
GeoTarget abstract
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
Direct Known Subclasses
CityTarget, CountryTarget, MetroTarget, PolygonTarget, ProvinceTarget, ProximityTarget
Instance Attribute Summary collapse
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil) ⇒ GeoTarget
constructor
A new instance of GeoTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil) ⇒ GeoTarget
Returns a new instance of GeoTarget.
841 842 843 844 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 841 def initialize(target_Type = nil, excluded = nil) @target_Type = target_Type @excluded = excluded end |
Instance Attribute Details
#excluded ⇒ Object
Returns the value of attribute excluded.
839 840 841 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 839 def excluded @excluded end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
838 839 840 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 838 def target_Type @target_Type end |