Class: AdCenterWrapper::OperationError
- Inherits:
-
Object
- Object
- AdCenterWrapper::OperationError
- Defined in:
- lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/ExceptionOperationError
code - SOAP::SOAPInt
details - SOAP::SOAPString
- 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.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(code = nil, details = nil, message = nil) ⇒ OperationError
constructor
A new instance of OperationError.
Constructor Details
#initialize(code = nil, details = nil, message = nil) ⇒ OperationError
Returns a new instance of OperationError.
248 249 250 251 252 253 |
# File 'lib/adcenter_wrapper_entities.rb', line 248 def initialize(code = nil, details = nil, errorCode = nil, = nil) @code = code @details = details @errorCode = errorCode @message = end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
243 244 245 |
# File 'lib/adcenter_wrapper_entities.rb', line 243 def code @code end |
#details ⇒ Object
Returns the value of attribute details.
244 245 246 |
# File 'lib/adcenter_wrapper_entities.rb', line 244 def details @details end |
#errorCode ⇒ Object
Returns the value of attribute errorCode.
245 246 247 |
# File 'lib/adcenter_wrapper_entities.rb', line 245 def errorCode @errorCode end |
#message ⇒ Object
Returns the value of attribute message.
246 247 248 |
# File 'lib/adcenter_wrapper_entities.rb', line 246 def @message end |