Class: AdCenterWrapper::OperationError
- Inherits:
-
Object
- Object
- AdCenterWrapper::OperationError
- Defined in:
- lib/OptimizerService.rb,
lib/ReportingService.rb,
lib/NotificationService.rb,
lib/AdIntelligenceService.rb,
lib/CustomerBillingService.rb,
lib/CampaignManagementService.rb,
lib/CustomerManagementService.rb more...
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
permalink #initialize(code = nil, details = nil, message = nil) ⇒ OperationError
Returns a new instance of OperationError.
47 48 49 50 51 52 |
# File 'lib/OptimizerService.rb', line 47 def initialize(code = nil, details = nil, errorCode = nil, = nil) @code = code @details = details @errorCode = errorCode @message = end |
Instance Attribute Details
permalink #code ⇒ Object
Returns the value of attribute code.
42 43 44 |
# File 'lib/OptimizerService.rb', line 42 def code @code end |
permalink #details ⇒ Object
Returns the value of attribute details.
43 44 45 |
# File 'lib/OptimizerService.rb', line 43 def details @details end |
permalink #errorCode ⇒ Object
Returns the value of attribute errorCode.
44 45 46 |
# File 'lib/OptimizerService.rb', line 44 def errorCode @errorCode end |
permalink #message ⇒ Object
Returns the value of attribute message.
45 46 47 |
# File 'lib/OptimizerService.rb', line 45 def @message end |