Class: AdCenterWrapper::TargetInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::TargetInfo
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8TargetInfo
id - SOAP::SOAPLong
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil) ⇒ TargetInfo
constructor
A new instance of TargetInfo.
Constructor Details
permalink #initialize(id = nil, name = nil) ⇒ TargetInfo
Returns a new instance of TargetInfo.
1225 1226 1227 1228 |
# File 'lib/CampaignManagementService.rb', line 1225 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
permalink #id ⇒ Object
Returns the value of attribute id.
1222 1223 1224 |
# File 'lib/CampaignManagementService.rb', line 1222 def id @id end |
permalink #name ⇒ Object
Returns the value of attribute name.
1223 1224 1225 |
# File 'lib/CampaignManagementService.rb', line 1223 def name @name end |