Class: AdCenterWrapper::TargetAssociation

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

Overview

https://adcenter.microsoft.com/v8TargetAssociation

deviceOSTarget - AdCenterWrapper::DeviceOSTarget
id - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deviceOSTarget = nil, id = nil) ⇒ TargetAssociation

Returns a new instance of TargetAssociation.

[View source]

1181
1182
1183
1184
# File 'lib/CampaignManagementService.rb', line 1181

def initialize(deviceOSTarget = nil, id = nil)
  @deviceOSTarget = deviceOSTarget
  @id = id
end

Instance Attribute Details

#deviceOSTargetObject

Returns the value of attribute deviceOSTarget.


1178
1179
1180
# File 'lib/CampaignManagementService.rb', line 1178

def deviceOSTarget
  @deviceOSTarget
end

#idObject

Returns the value of attribute id.


1179
1180
1181
# File 'lib/CampaignManagementService.rb', line 1179

def id
  @id
end