Class: Mu::Action::Result
- Inherits:
-
Literal::Struct
- Object
- Literal::Struct
- Mu::Action::Result
- Defined in:
- lib/mu/action.rb
Overview
Base result class that wraps action outcomes with success/failure state and metadata. Extended by Success and Failure classes for pattern matching.
Instance Attribute Summary collapse
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#meta ⇒ Object (readonly)
Returns the value of attribute meta.
70 71 72 |
# File 'lib/mu/action.rb', line 70 def @meta end |