Class: AdCenterWrapper::Target
- Inherits:
-
Object
- Object
- AdCenterWrapper::Target
- 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
-
#age ⇒ Object
Returns the value of attribute age.
-
#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.
Instance Method Summary collapse
-
#initialize(age = nil, day = nil, device = nil, gender = nil, hour = nil, id = nil, isLibraryTarget = nil, location = nil, name = nil) ⇒ Target
constructor
A new instance of Target.
Constructor Details
permalink #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.
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
permalink #age ⇒ Object
Returns the value of attribute age.
807 808 809 |
# File 'lib/CampaignManagementService.rb', line 807 def age @age end |
permalink #day ⇒ Object
Returns the value of attribute day.
808 809 810 |
# File 'lib/CampaignManagementService.rb', line 808 def day @day end |
permalink #device ⇒ Object
Returns the value of attribute device.
809 810 811 |
# File 'lib/CampaignManagementService.rb', line 809 def device @device end |
permalink #gender ⇒ Object
Returns the value of attribute gender.
810 811 812 |
# File 'lib/CampaignManagementService.rb', line 810 def gender @gender end |
permalink #hour ⇒ Object
Returns the value of attribute hour.
811 812 813 |
# File 'lib/CampaignManagementService.rb', line 811 def hour @hour end |
permalink #id ⇒ Object
Returns the value of attribute id.
812 813 814 |
# File 'lib/CampaignManagementService.rb', line 812 def id @id end |
permalink #isLibraryTarget ⇒ Object
Returns the value of attribute isLibraryTarget.
813 814 815 |
# File 'lib/CampaignManagementService.rb', line 813 def isLibraryTarget @isLibraryTarget end |
permalink #location ⇒ Object
Returns the value of attribute location.
814 815 816 |
# File 'lib/CampaignManagementService.rb', line 814 def location @location end |
permalink #name ⇒ Object
Returns the value of attribute name.
815 816 817 |
# File 'lib/CampaignManagementService.rb', line 815 def name @name end |