Class: AdCenterWrapper::LocationTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::LocationTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7LocationTarget
businessTarget - AdCenterWrapper::BusinessTarget
cityTarget - AdCenterWrapper::CityTarget
countryTarget - AdCenterWrapper::CountryTarget
metroAreaTarget - AdCenterWrapper::MetroAreaTarget
radiusTarget - AdCenterWrapper::RadiusTarget
stateTarget - AdCenterWrapper::StateTarget
targetAllLocations - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#businessTarget ⇒ Object
Returns the value of attribute businessTarget.
-
#cityTarget ⇒ Object
Returns the value of attribute cityTarget.
-
#countryTarget ⇒ Object
Returns the value of attribute countryTarget.
-
#metroAreaTarget ⇒ Object
Returns the value of attribute metroAreaTarget.
-
#radiusTarget ⇒ Object
Returns the value of attribute radiusTarget.
-
#stateTarget ⇒ Object
Returns the value of attribute stateTarget.
-
#targetAllLocations ⇒ Object
Returns the value of attribute targetAllLocations.
Instance Method Summary collapse
-
#initialize(businessTarget = nil, cityTarget = nil, countryTarget = nil, metroAreaTarget = nil, radiusTarget = nil, stateTarget = nil, targetAllLocations = nil) ⇒ LocationTarget
constructor
A new instance of LocationTarget.
Constructor Details
#initialize(businessTarget = nil, cityTarget = nil, countryTarget = nil, metroAreaTarget = nil, radiusTarget = nil, stateTarget = nil, targetAllLocations = nil) ⇒ LocationTarget
Returns a new instance of LocationTarget.
1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'lib/adcenter_wrapper_entities.rb', line 1221 def initialize(businessTarget = nil, cityTarget = nil, countryTarget = nil, metroAreaTarget = nil, radiusTarget = nil, stateTarget = nil, targetAllLocations = nil) @businessTarget = businessTarget @cityTarget = cityTarget @countryTarget = countryTarget @metroAreaTarget = metroAreaTarget @radiusTarget = radiusTarget @stateTarget = stateTarget @targetAllLocations = targetAllLocations end |
Instance Attribute Details
#businessTarget ⇒ Object
Returns the value of attribute businessTarget.
1213 1214 1215 |
# File 'lib/adcenter_wrapper_entities.rb', line 1213 def businessTarget @businessTarget end |
#cityTarget ⇒ Object
Returns the value of attribute cityTarget.
1214 1215 1216 |
# File 'lib/adcenter_wrapper_entities.rb', line 1214 def cityTarget @cityTarget end |
#countryTarget ⇒ Object
Returns the value of attribute countryTarget.
1215 1216 1217 |
# File 'lib/adcenter_wrapper_entities.rb', line 1215 def countryTarget @countryTarget end |
#metroAreaTarget ⇒ Object
Returns the value of attribute metroAreaTarget.
1216 1217 1218 |
# File 'lib/adcenter_wrapper_entities.rb', line 1216 def metroAreaTarget @metroAreaTarget end |
#radiusTarget ⇒ Object
Returns the value of attribute radiusTarget.
1217 1218 1219 |
# File 'lib/adcenter_wrapper_entities.rb', line 1217 def radiusTarget @radiusTarget end |
#stateTarget ⇒ Object
Returns the value of attribute stateTarget.
1218 1219 1220 |
# File 'lib/adcenter_wrapper_entities.rb', line 1218 def stateTarget @stateTarget end |
#targetAllLocations ⇒ Object
Returns the value of attribute targetAllLocations.
1219 1220 1221 |
# File 'lib/adcenter_wrapper_entities.rb', line 1219 def targetAllLocations @targetAllLocations end |