Class: AdCenterWrapper::TextAd
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7TextAd
editorialStatus - AdCenterWrapper::AdEditorialStatus
id - SOAP::SOAPLong
status - AdCenterWrapper::AdStatus
type - AdCenterWrapper::AdType
destinationUrl - SOAP::SOAPString
displayUrl - SOAP::SOAPString
text - SOAP::SOAPString
title - SOAP::SOAPString
Instance Attribute Summary collapse
-
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(editorialStatus = nil, id = nil, status = nil, type = nil, destinationUrl = nil, displayUrl = nil, text = nil, title = nil) ⇒ TextAd
constructor
A new instance of TextAd.
Constructor Details
#initialize(editorialStatus = nil, id = nil, status = nil, type = nil, destinationUrl = nil, displayUrl = nil, text = nil, title = nil) ⇒ TextAd
Returns a new instance of TextAd.
159 160 161 162 163 164 165 166 167 168 |
# File 'lib/adcenter_wrapper_entities.rb', line 159 def initialize(editorialStatus = nil, id = nil, status = nil, type = nil, destinationUrl = nil, displayUrl = nil, text = nil, title = nil) @editorialStatus = editorialStatus @id = id @status = status @type = type @destinationUrl = destinationUrl @displayUrl = displayUrl @text = text @title = title end |
Instance Attribute Details
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
154 155 156 |
# File 'lib/adcenter_wrapper_entities.rb', line 154 def destinationUrl @destinationUrl end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
155 156 157 |
# File 'lib/adcenter_wrapper_entities.rb', line 155 def displayUrl @displayUrl end |
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
150 151 152 |
# File 'lib/adcenter_wrapper_entities.rb', line 150 def editorialStatus @editorialStatus end |
#id ⇒ Object
Returns the value of attribute id.
151 152 153 |
# File 'lib/adcenter_wrapper_entities.rb', line 151 def id @id end |
#status ⇒ Object
Returns the value of attribute status.
152 153 154 |
# File 'lib/adcenter_wrapper_entities.rb', line 152 def status @status end |
#text ⇒ Object
Returns the value of attribute text.
156 157 158 |
# File 'lib/adcenter_wrapper_entities.rb', line 156 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
157 158 159 |
# File 'lib/adcenter_wrapper_entities.rb', line 157 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
153 154 155 |
# File 'lib/adcenter_wrapper_entities.rb', line 153 def type @type end |