Class: AdCenterWrapper::MobileAd
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7MobileAd
editorialStatus - AdCenterWrapper::AdEditorialStatus
id - SOAP::SOAPLong
status - AdCenterWrapper::AdStatus
type - AdCenterWrapper::AdType
businessName - SOAP::SOAPString
destinationUrl - SOAP::SOAPString
displayUrl - SOAP::SOAPString
phoneNumber - SOAP::SOAPString
text - SOAP::SOAPString
title - SOAP::SOAPString
Instance Attribute Summary collapse
-
#businessName ⇒ Object
Returns the value of attribute businessName.
-
#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.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#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, businessName = nil, destinationUrl = nil, displayUrl = nil, phoneNumber = nil, text = nil, title = nil) ⇒ MobileAd
constructor
A new instance of MobileAd.
Constructor Details
#initialize(editorialStatus = nil, id = nil, status = nil, type = nil, businessName = nil, destinationUrl = nil, displayUrl = nil, phoneNumber = nil, text = nil, title = nil) ⇒ MobileAd
Returns a new instance of MobileAd.
126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/adcenter_wrapper_entities.rb', line 126 def initialize(editorialStatus = nil, id = nil, status = nil, type = nil, businessName = nil, destinationUrl = nil, displayUrl = nil, phoneNumber = nil, text = nil, title = nil) @editorialStatus = editorialStatus @id = id @status = status @type = type @businessName = businessName @destinationUrl = destinationUrl @displayUrl = displayUrl @phoneNumber = phoneNumber @text = text @title = title end |
Instance Attribute Details
#businessName ⇒ Object
Returns the value of attribute businessName.
119 120 121 |
# File 'lib/adcenter_wrapper_entities.rb', line 119 def businessName @businessName end |
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
120 121 122 |
# File 'lib/adcenter_wrapper_entities.rb', line 120 def destinationUrl @destinationUrl end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
121 122 123 |
# File 'lib/adcenter_wrapper_entities.rb', line 121 def displayUrl @displayUrl end |
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
115 116 117 |
# File 'lib/adcenter_wrapper_entities.rb', line 115 def editorialStatus @editorialStatus end |
#id ⇒ Object
Returns the value of attribute id.
116 117 118 |
# File 'lib/adcenter_wrapper_entities.rb', line 116 def id @id end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
122 123 124 |
# File 'lib/adcenter_wrapper_entities.rb', line 122 def phoneNumber @phoneNumber end |
#status ⇒ Object
Returns the value of attribute status.
117 118 119 |
# File 'lib/adcenter_wrapper_entities.rb', line 117 def status @status end |
#text ⇒ Object
Returns the value of attribute text.
123 124 125 |
# File 'lib/adcenter_wrapper_entities.rb', line 123 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
124 125 126 |
# File 'lib/adcenter_wrapper_entities.rb', line 124 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
118 119 120 |
# File 'lib/adcenter_wrapper_entities.rb', line 118 def type @type end |