Class: AdCenterWrapper::MobileAd

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

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.


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

#businessNameObject

Returns the value of attribute businessName.


41
42
43
# File 'lib/CampaignManagementService.rb', line 41

def businessName
  @businessName
end

#destinationUrlObject

Returns the value of attribute destinationUrl.


42
43
44
# File 'lib/CampaignManagementService.rb', line 42

def destinationUrl
  @destinationUrl
end

#displayUrlObject

Returns the value of attribute displayUrl.


43
44
45
# File 'lib/CampaignManagementService.rb', line 43

def displayUrl
  @displayUrl
end

#editorialStatusObject

Returns the value of attribute editorialStatus.


37
38
39
# File 'lib/CampaignManagementService.rb', line 37

def editorialStatus
  @editorialStatus
end

#idObject

Returns the value of attribute id.


38
39
40
# File 'lib/CampaignManagementService.rb', line 38

def id
  @id
end

#phoneNumberObject

Returns the value of attribute phoneNumber.


44
45
46
# File 'lib/CampaignManagementService.rb', line 44

def phoneNumber
  @phoneNumber
end

#statusObject

Returns the value of attribute status.


39
40
41
# File 'lib/CampaignManagementService.rb', line 39

def status
  @status
end

#textObject

Returns the value of attribute text.


45
46
47
# File 'lib/CampaignManagementService.rb', line 45

def text
  @text
end

#titleObject

Returns the value of attribute title.


46
47
48
# File 'lib/CampaignManagementService.rb', line 46

def title
  @title
end

#typeObject

Returns the value of attribute type.


40
41
42
# File 'lib/CampaignManagementService.rb', line 40

def type
  @type
end