Class: AdCenterWrapper::MobileAd

Inherits:
Ad
  • Object
show all
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

Instance Method Summary collapse

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

#businessNameObject

Returns the value of attribute businessName.



119
120
121
# File 'lib/adcenter_wrapper_entities.rb', line 119

def businessName
  @businessName
end

#destinationUrlObject

Returns the value of attribute destinationUrl.



120
121
122
# File 'lib/adcenter_wrapper_entities.rb', line 120

def destinationUrl
  @destinationUrl
end

#displayUrlObject

Returns the value of attribute displayUrl.



121
122
123
# File 'lib/adcenter_wrapper_entities.rb', line 121

def displayUrl
  @displayUrl
end

#editorialStatusObject

Returns the value of attribute editorialStatus.



115
116
117
# File 'lib/adcenter_wrapper_entities.rb', line 115

def editorialStatus
  @editorialStatus
end

#idObject

Returns the value of attribute id.



116
117
118
# File 'lib/adcenter_wrapper_entities.rb', line 116

def id
  @id
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



122
123
124
# File 'lib/adcenter_wrapper_entities.rb', line 122

def phoneNumber
  @phoneNumber
end

#statusObject

Returns the value of attribute status.



117
118
119
# File 'lib/adcenter_wrapper_entities.rb', line 117

def status
  @status
end

#textObject

Returns the value of attribute text.



123
124
125
# File 'lib/adcenter_wrapper_entities.rb', line 123

def text
  @text
end

#titleObject

Returns the value of attribute title.



124
125
126
# File 'lib/adcenter_wrapper_entities.rb', line 124

def title
  @title
end

#typeObject

Returns the value of attribute type.



118
119
120
# File 'lib/adcenter_wrapper_entities.rb', line 118

def type
  @type
end