Class: AdCenterWrapper::MobileAd
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8MobileAd
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.
48 49 50 51 52 53 54 55 56 57 58 59 |
# File 'lib/CampaignManagementService.rb', line 48 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.
41 42 43 |
# File 'lib/CampaignManagementService.rb', line 41 def businessName @businessName end |
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
42 43 44 |
# File 'lib/CampaignManagementService.rb', line 42 def destinationUrl @destinationUrl end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
43 44 45 |
# File 'lib/CampaignManagementService.rb', line 43 def displayUrl @displayUrl end |
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
37 38 39 |
# File 'lib/CampaignManagementService.rb', line 37 def editorialStatus @editorialStatus end |
#id ⇒ Object
Returns the value of attribute id.
38 39 40 |
# File 'lib/CampaignManagementService.rb', line 38 def id @id end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
44 45 46 |
# File 'lib/CampaignManagementService.rb', line 44 def phoneNumber @phoneNumber end |
#status ⇒ Object
Returns the value of attribute status.
39 40 41 |
# File 'lib/CampaignManagementService.rb', line 39 def status @status end |
#text ⇒ Object
Returns the value of attribute text.
45 46 47 |
# File 'lib/CampaignManagementService.rb', line 45 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
46 47 48 |
# File 'lib/CampaignManagementService.rb', line 46 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
40 41 42 |
# File 'lib/CampaignManagementService.rb', line 40 def type @type end |