Class: AdCenterWrapper::BatchError
- Inherits:
-
Object
- Object
- AdCenterWrapper::BatchError
- Defined in:
- lib/OptimizerService.rb,
lib/ReportingService.rb,
lib/AdIntelligenceService.rb,
lib/CustomerBillingService.rb,
lib/CampaignManagementService.rb more...
Overview
https://adcenter.microsoft.com/v8BatchError
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
permalink #initialize(code = nil, details = nil, errorCode = nil, index = nil, message = nil) ⇒ BatchError
Returns a new instance of BatchError.
23 24 25 26 27 28 29 |
# File 'lib/OptimizerService.rb', line 23 def initialize(code = nil, details = nil, errorCode = nil, index = nil, = nil) @code = code @details = details @errorCode = errorCode @index = index @message = end |
Instance Attribute Details
permalink #code ⇒ Object
Returns the value of attribute code.
17 18 19 |
# File 'lib/OptimizerService.rb', line 17 def code @code end |
permalink #details ⇒ Object
Returns the value of attribute details.
18 19 20 |
# File 'lib/OptimizerService.rb', line 18 def details @details end |
permalink #errorCode ⇒ Object
Returns the value of attribute errorCode.
19 20 21 |
# File 'lib/OptimizerService.rb', line 19 def errorCode @errorCode end |
permalink #index ⇒ Object
Returns the value of attribute index.
20 21 22 |
# File 'lib/OptimizerService.rb', line 20 def index @index end |
permalink #message ⇒ Object
Returns the value of attribute message.
21 22 23 |
# File 'lib/OptimizerService.rb', line 21 def @message end |