Class: AdCenterWrapper::Target
- Inherits:
-
Object
- Object
- AdCenterWrapper::Target
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7Target
age - AdCenterWrapper::AgeTarget
behavior - AdCenterWrapper::BehavioralTarget
day - AdCenterWrapper::DayTarget
device - AdCenterWrapper::DeviceTarget
gender - AdCenterWrapper::GenderTarget
hour - AdCenterWrapper::HourTarget
id - SOAP::SOAPLong
isLibraryTarget - SOAP::SOAPBoolean
location - AdCenterWrapper::LocationTarget
name - SOAP::SOAPString
segment - AdCenterWrapper::SegmentTarget
Instance Attribute Summary collapse
-
#age ⇒ Object
Returns the value of attribute age.
-
#behavior ⇒ Object
Returns the value of attribute behavior.
-
#day ⇒ Object
Returns the value of attribute day.
-
#device ⇒ Object
Returns the value of attribute device.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#hour ⇒ Object
Returns the value of attribute hour.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isLibraryTarget ⇒ Object
Returns the value of attribute isLibraryTarget.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#segment ⇒ Object
Returns the value of attribute segment.
Instance Method Summary collapse
-
#initialize(age = nil, behavior = nil, day = nil, device = nil, gender = nil, hour = nil, id = nil, isLibraryTarget = nil, location = nil, name = nil, segment = nil) ⇒ Target
constructor
A new instance of Target.
Constructor Details
#initialize(age = nil, behavior = nil, day = nil, device = nil, gender = nil, hour = nil, id = nil, isLibraryTarget = nil, location = nil, name = nil, segment = nil) ⇒ Target
Returns a new instance of Target.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/adcenter_wrapper_entities.rb', line 1034 def initialize(age = nil, behavior = nil, day = nil, device = nil, gender = nil, hour = nil, id = nil, isLibraryTarget = nil, location = nil, name = nil, segment = nil) @age = age @behavior = behavior @day = day @device = device @gender = gender @hour = hour @id = id @isLibraryTarget = isLibraryTarget @location = location @name = name @segment = segment end |
Instance Attribute Details
#age ⇒ Object
Returns the value of attribute age.
1022 1023 1024 |
# File 'lib/adcenter_wrapper_entities.rb', line 1022 def age @age end |
#behavior ⇒ Object
Returns the value of attribute behavior.
1023 1024 1025 |
# File 'lib/adcenter_wrapper_entities.rb', line 1023 def behavior @behavior end |
#day ⇒ Object
Returns the value of attribute day.
1024 1025 1026 |
# File 'lib/adcenter_wrapper_entities.rb', line 1024 def day @day end |
#device ⇒ Object
Returns the value of attribute device.
1025 1026 1027 |
# File 'lib/adcenter_wrapper_entities.rb', line 1025 def device @device end |
#gender ⇒ Object
Returns the value of attribute gender.
1026 1027 1028 |
# File 'lib/adcenter_wrapper_entities.rb', line 1026 def gender @gender end |
#hour ⇒ Object
Returns the value of attribute hour.
1027 1028 1029 |
# File 'lib/adcenter_wrapper_entities.rb', line 1027 def hour @hour end |
#id ⇒ Object
Returns the value of attribute id.
1028 1029 1030 |
# File 'lib/adcenter_wrapper_entities.rb', line 1028 def id @id end |
#isLibraryTarget ⇒ Object
Returns the value of attribute isLibraryTarget.
1029 1030 1031 |
# File 'lib/adcenter_wrapper_entities.rb', line 1029 def isLibraryTarget @isLibraryTarget end |
#location ⇒ Object
Returns the value of attribute location.
1030 1031 1032 |
# File 'lib/adcenter_wrapper_entities.rb', line 1030 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
1031 1032 1033 |
# File 'lib/adcenter_wrapper_entities.rb', line 1031 def name @name end |
#segment ⇒ Object
Returns the value of attribute segment.
1032 1033 1034 |
# File 'lib/adcenter_wrapper_entities.rb', line 1032 def segment @segment end |