Class: AdCenterWrapper::TargetAssociation
- Inherits:
-
Object
- Object
- AdCenterWrapper::TargetAssociation
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8TargetAssociation
deviceOSTarget - AdCenterWrapper::DeviceOSTarget
id - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#deviceOSTarget ⇒ Object
Returns the value of attribute deviceOSTarget.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(deviceOSTarget = nil, id = nil) ⇒ TargetAssociation
constructor
A new instance of TargetAssociation.
Constructor Details
permalink #initialize(deviceOSTarget = nil, id = nil) ⇒ TargetAssociation
Returns a new instance of TargetAssociation.
1181 1182 1183 1184 |
# File 'lib/CampaignManagementService.rb', line 1181 def initialize(deviceOSTarget = nil, id = nil) @deviceOSTarget = deviceOSTarget @id = id end |
Instance Attribute Details
permalink #deviceOSTarget ⇒ Object
Returns the value of attribute deviceOSTarget.
1178 1179 1180 |
# File 'lib/CampaignManagementService.rb', line 1178 def deviceOSTarget @deviceOSTarget end |
permalink #id ⇒ Object
Returns the value of attribute id.
1179 1180 1181 |
# File 'lib/CampaignManagementService.rb', line 1179 def id @id end |