Module: Substation::Response::API::Success
- Included in:
- Processor::Evaluator::Result::Success, Success
- Defined in:
- lib/substation/response/api.rb
Overview
Indicate successful processing
Instance Method Summary collapse
-
#success? ⇒ true
private
Test wether processing was successful.
Instance Method Details
#success? ⇒ true
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Test wether processing was successful
17 18 19 |
# File 'lib/substation/response/api.rb', line 17 def success? true end |