Class: AdCenterWrapper::Ad
- Inherits:
-
Object
- Object
- AdCenterWrapper::Ad
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7Ad
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
#initialize(editorialStatus = nil, id = nil, status = nil, type = nil) ⇒ Ad
Returns a new instance of Ad.
95 96 97 98 99 100 |
# File 'lib/adcenter_wrapper_entities.rb', line 95 def initialize(editorialStatus = nil, id = nil, status = nil, type = nil) @editorialStatus = editorialStatus @id = id @status = status @type = type end |
Instance Attribute Details
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
90 91 92 |
# File 'lib/adcenter_wrapper_entities.rb', line 90 def editorialStatus @editorialStatus end |
#id ⇒ Object
Returns the value of attribute id.
91 92 93 |
# File 'lib/adcenter_wrapper_entities.rb', line 91 def id @id end |
#status ⇒ Object
Returns the value of attribute status.
92 93 94 |
# File 'lib/adcenter_wrapper_entities.rb', line 92 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
93 94 95 |
# File 'lib/adcenter_wrapper_entities.rb', line 93 def type @type end |