Class: AdCenterWrapper::EditorialError
- Inherits:
-
Object
- Object
- AdCenterWrapper::EditorialError
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7EditorialError
appealable - SOAP::SOAPBoolean
code - SOAP::SOAPInt
disapprovedText - SOAP::SOAPString
errorCode - SOAP::SOAPString
index - SOAP::SOAPInt
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#appealable ⇒ Object
Returns the value of attribute appealable.
-
#code ⇒ Object
Returns the value of attribute code.
-
#disapprovedText ⇒ Object
Returns the value of attribute disapprovedText.
-
#errorCode ⇒ Object
Returns the value of attribute errorCode.
-
#index ⇒ Object
Returns the value of attribute index.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, message = nil) ⇒ EditorialError
constructor
A new instance of EditorialError.
Constructor Details
#initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, message = nil) ⇒ EditorialError
Returns a new instance of EditorialError.
333 334 335 336 337 338 339 340 |
# File 'lib/adcenter_wrapper_entities.rb', line 333 def initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, = nil) @appealable = appealable @code = code @disapprovedText = disapprovedText @errorCode = errorCode @index = index @message = end |
Instance Attribute Details
#appealable ⇒ Object
Returns the value of attribute appealable.
326 327 328 |
# File 'lib/adcenter_wrapper_entities.rb', line 326 def appealable @appealable end |
#code ⇒ Object
Returns the value of attribute code.
327 328 329 |
# File 'lib/adcenter_wrapper_entities.rb', line 327 def code @code end |
#disapprovedText ⇒ Object
Returns the value of attribute disapprovedText.
328 329 330 |
# File 'lib/adcenter_wrapper_entities.rb', line 328 def disapprovedText @disapprovedText end |
#errorCode ⇒ Object
Returns the value of attribute errorCode.
329 330 331 |
# File 'lib/adcenter_wrapper_entities.rb', line 329 def errorCode @errorCode end |
#index ⇒ Object
Returns the value of attribute index.
330 331 332 |
# File 'lib/adcenter_wrapper_entities.rb', line 330 def index @index end |
#message ⇒ Object
Returns the value of attribute message.
331 332 333 |
# File 'lib/adcenter_wrapper_entities.rb', line 331 def @message end |