Class: HyperCast::Success
- Inherits:
-
Data
- Object
- Data
- HyperCast::Success
- Defined in:
- lib/hypercast.rb
Overview
The success case of a verdict: a cast value.
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value
29 30 31 |
# File 'lib/hypercast.rb', line 29 def value @value end |