Class: Orc::Result::Success

Inherits:
Orc::Result show all
Defined in:
lib/orc.rb

Overview

Result object indicating success along with associated data

Instance Method Summary collapse

Methods inherited from Orc::Result

failure, #failure?, success, #update

Instance Method Details

#success?true

Indicate success

Returns:

  • (true)


57
58
59
# File 'lib/orc.rb', line 57

def success?
  true
end