Class: AdCenterWrapper::EditorialError

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8EditorialError

appealable - SOAP::SOAPBoolean
code - SOAP::SOAPInt
disapprovedText - SOAP::SOAPString
errorCode - SOAP::SOAPString
index - SOAP::SOAPInt
message - SOAP::SOAPString
publisherCountry - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, message = nil, publisherCountry = nil) ⇒ EditorialError

Returns a new instance of EditorialError.

[View source]

167
168
169
170
171
172
173
174
175
# File 'lib/CampaignManagementService.rb', line 167

def initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, message = nil, publisherCountry = nil)
  @appealable = appealable
  @code = code
  @disapprovedText = disapprovedText
  @errorCode = errorCode
  @index = index
  @message = message
  @publisherCountry = publisherCountry
end

Instance Attribute Details

#appealableObject

Returns the value of attribute appealable.


159
160
161
# File 'lib/CampaignManagementService.rb', line 159

def appealable
  @appealable
end

#codeObject

Returns the value of attribute code.


160
161
162
# File 'lib/CampaignManagementService.rb', line 160

def code
  @code
end

#disapprovedTextObject

Returns the value of attribute disapprovedText.


161
162
163
# File 'lib/CampaignManagementService.rb', line 161

def disapprovedText
  @disapprovedText
end

#errorCodeObject

Returns the value of attribute errorCode.


162
163
164
# File 'lib/CampaignManagementService.rb', line 162

def errorCode
  @errorCode
end

#indexObject

Returns the value of attribute index.


163
164
165
# File 'lib/CampaignManagementService.rb', line 163

def index
  @index
end

#messageObject

Returns the value of attribute message.


164
165
166
# File 'lib/CampaignManagementService.rb', line 164

def message
  @message
end

#publisherCountryObject

Returns the value of attribute publisherCountry.


165
166
167
# File 'lib/CampaignManagementService.rb', line 165

def publisherCountry
  @publisherCountry
end