Class: AdCenterWrapper::Target

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

Overview

https://adcenter.microsoft.com/v8Target

age - AdCenterWrapper::AgeTarget
day - AdCenterWrapper::DayTarget
device - AdCenterWrapper::DeviceTarget
gender - AdCenterWrapper::GenderTarget
hour - AdCenterWrapper::HourTarget
id - SOAP::SOAPLong
isLibraryTarget - SOAP::SOAPBoolean
location - AdCenterWrapper::LocationTarget
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(age = nil, day = nil, device = nil, gender = nil, hour = nil, id = nil, isLibraryTarget = nil, location = nil, name = nil) ⇒ Target

Returns a new instance of Target.

[View source]

817
818
819
820
821
822
823
824
825
826
827
# File 'lib/CampaignManagementService.rb', line 817

def initialize(age = nil, day = nil, device = nil, gender = nil, hour = nil, id = nil, isLibraryTarget = nil, location = nil, name = nil)
  @age = age
  @day = day
  @device = device
  @gender = gender
  @hour = hour
  @id = id
  @isLibraryTarget = isLibraryTarget
  @location = location
  @name = name
end

Instance Attribute Details

#ageObject

Returns the value of attribute age.


807
808
809
# File 'lib/CampaignManagementService.rb', line 807

def age
  @age
end

#dayObject

Returns the value of attribute day.


808
809
810
# File 'lib/CampaignManagementService.rb', line 808

def day
  @day
end

#deviceObject

Returns the value of attribute device.


809
810
811
# File 'lib/CampaignManagementService.rb', line 809

def device
  @device
end

#genderObject

Returns the value of attribute gender.


810
811
812
# File 'lib/CampaignManagementService.rb', line 810

def gender
  @gender
end

#hourObject

Returns the value of attribute hour.


811
812
813
# File 'lib/CampaignManagementService.rb', line 811

def hour
  @hour
end

#idObject

Returns the value of attribute id.


812
813
814
# File 'lib/CampaignManagementService.rb', line 812

def id
  @id
end

#isLibraryTargetObject

Returns the value of attribute isLibraryTarget.


813
814
815
# File 'lib/CampaignManagementService.rb', line 813

def isLibraryTarget
  @isLibraryTarget
end

#locationObject

Returns the value of attribute location.


814
815
816
# File 'lib/CampaignManagementService.rb', line 814

def location
  @location
end

#nameObject

Returns the value of attribute name.


815
816
817
# File 'lib/CampaignManagementService.rb', line 815

def name
  @name
end