Registry / utility / operation

operation

JSON →
library1.4.1rbrubygemsunverified

Implementation-agnostic method return status objects that hold information about whether an operation succeeded or not.

gem install operation
INSTALL
IMPORT
SIG · OPERATION
O
operation
utilityrubyv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Operation
require 'operation'

Create an operation result object and check its success status.

require 'operation' result = Operation.new(success: true, data: { user: 'Alice' }) puts result.success?
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
2
Resources
operation — gem install operation · libregistry