Class: AdCenterWrapper::Ad
- Inherits:
-
Object
- Object
- AdCenterWrapper::Ad
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8Ad
editorialStatus - AdCenterWrapper::AdEditorialStatus
id - SOAP::SOAPLong
status - AdCenterWrapper::AdStatus
type - AdCenterWrapper::AdType
Instance Attribute Summary collapse
-
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(editorialStatus = nil, id = nil, status = nil, type = nil) ⇒ Ad
constructor
A new instance of Ad.
Constructor Details
permalink #initialize(editorialStatus = nil, id = nil, status = nil, type = nil) ⇒ Ad
Returns a new instance of Ad.
17 18 19 20 21 22 |
# File 'lib/CampaignManagementService.rb', line 17 def initialize(editorialStatus = nil, id = nil, status = nil, type = nil) @editorialStatus = editorialStatus @id = id @status = status @type = type end |
Instance Attribute Details
permalink #editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
12 13 14 |
# File 'lib/CampaignManagementService.rb', line 12 def editorialStatus @editorialStatus end |
permalink #id ⇒ Object
Returns the value of attribute id.
13 14 15 |
# File 'lib/CampaignManagementService.rb', line 13 def id @id end |
permalink #status ⇒ Object
Returns the value of attribute status.
14 15 16 |
# File 'lib/CampaignManagementService.rb', line 14 def status @status end |
permalink #type ⇒ Object
Returns the value of attribute type.
15 16 17 |
# File 'lib/CampaignManagementService.rb', line 15 def type @type end |