Class: AdCenterWrapper::BatchError
- Inherits:
-
Object
- Object
- AdCenterWrapper::BatchError
- Defined in:
- lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BatchError
code - SOAP::SOAPInt
details - SOAP::SOAPString
errorCode - SOAP::SOAPString
index - SOAP::SOAPInt
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#details ⇒ Object
Returns the value of attribute details.
-
#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(code = nil, details = nil, errorCode = nil, index = nil, message = nil) ⇒ BatchError
constructor
A new instance of BatchError.
Constructor Details
#initialize(code = nil, details = nil, errorCode = nil, index = nil, message = nil) ⇒ BatchError
Returns a new instance of BatchError.
224 225 226 227 228 229 230 |
# File 'lib/adcenter_wrapper_entities.rb', line 224 def initialize(code = nil, details = nil, errorCode = nil, index = nil, = nil) @code = code @details = details @errorCode = errorCode @index = index = end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
218 219 220 |
# File 'lib/adcenter_wrapper_entities.rb', line 218 def code @code end |
#details ⇒ Object
Returns the value of attribute details.
219 220 221 |
# File 'lib/adcenter_wrapper_entities.rb', line 219 def details @details end |
#errorCode ⇒ Object
Returns the value of attribute errorCode.
220 221 222 |
# File 'lib/adcenter_wrapper_entities.rb', line 220 def errorCode @errorCode end |
#index ⇒ Object
Returns the value of attribute index.
221 222 223 |
# File 'lib/adcenter_wrapper_entities.rb', line 221 def index @index end |
#message ⇒ Object
Returns the value of attribute message.
222 223 224 |
# File 'lib/adcenter_wrapper_entities.rb', line 222 def end |