Class: AdCenterWrapper::LocationTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8LocationTarget

businessTarget - AdCenterWrapper::BusinessTarget
cityTarget - AdCenterWrapper::CityTarget
countryTarget - AdCenterWrapper::CountryTarget
hasPhysicalIntent - SOAP::SOAPBoolean
metroAreaTarget - AdCenterWrapper::MetroAreaTarget
radiusTarget - AdCenterWrapper::RadiusTarget
stateTarget - AdCenterWrapper::StateTarget
targetAllLocations - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(businessTarget = nil, cityTarget = nil, countryTarget = nil, hasPhysicalIntent = nil, metroAreaTarget = nil, radiusTarget = nil, stateTarget = nil, targetAllLocations = nil) ⇒ LocationTarget

Returns a new instance of LocationTarget.

[View source]

977
978
979
980
981
982
983
984
985
986
# File 'lib/CampaignManagementService.rb', line 977

def initialize(businessTarget = nil, cityTarget = nil, countryTarget = nil, hasPhysicalIntent = nil, metroAreaTarget = nil, radiusTarget = nil, stateTarget = nil, targetAllLocations = nil)
  @businessTarget = businessTarget
  @cityTarget = cityTarget
  @countryTarget = countryTarget
  @hasPhysicalIntent = hasPhysicalIntent
  @metroAreaTarget = metroAreaTarget
  @radiusTarget = radiusTarget
  @stateTarget = stateTarget
  @targetAllLocations = targetAllLocations
end

Instance Attribute Details

#businessTargetObject

Returns the value of attribute businessTarget.


968
969
970
# File 'lib/CampaignManagementService.rb', line 968

def businessTarget
  @businessTarget
end

#cityTargetObject

Returns the value of attribute cityTarget.


969
970
971
# File 'lib/CampaignManagementService.rb', line 969

def cityTarget
  @cityTarget
end

#countryTargetObject

Returns the value of attribute countryTarget.


970
971
972
# File 'lib/CampaignManagementService.rb', line 970

def countryTarget
  @countryTarget
end

#hasPhysicalIntentObject

Returns the value of attribute hasPhysicalIntent.


971
972
973
# File 'lib/CampaignManagementService.rb', line 971

def hasPhysicalIntent
  @hasPhysicalIntent
end

#metroAreaTargetObject

Returns the value of attribute metroAreaTarget.


972
973
974
# File 'lib/CampaignManagementService.rb', line 972

def metroAreaTarget
  @metroAreaTarget
end

#radiusTargetObject

Returns the value of attribute radiusTarget.


973
974
975
# File 'lib/CampaignManagementService.rb', line 973

def radiusTarget
  @radiusTarget
end

#stateTargetObject

Returns the value of attribute stateTarget.


974
975
976
# File 'lib/CampaignManagementService.rb', line 974

def stateTarget
  @stateTarget
end

#targetAllLocationsObject

Returns the value of attribute targetAllLocations.


975
976
977
# File 'lib/CampaignManagementService.rb', line 975

def targetAllLocations
  @targetAllLocations
end