Class: Orc::Result::Success
- Inherits:
-
Orc::Result
- Object
- Orc::Result
- Orc::Result::Success
- Defined in:
- lib/orc.rb
Overview
Result object indicating success along with associated data
Instance Method Summary collapse
-
#success? ⇒ true
Indicate success.
Methods inherited from Orc::Result
failure, #failure?, success, #update
Instance Method Details
#success? ⇒ true
Indicate success
57 58 59 |
# File 'lib/orc.rb', line 57 def success? true end |