Class: Jade::Decode::Failure
- Inherits:
-
Struct
- Object
- Struct
- Jade::Decode::Failure
- Defined in:
- lib/jade/decode.rb
Overview
Decoding returns the value itself, or one of these. Never escapes
this file: Runner turns it into the Result callers see.
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
16 17 18 |
# File 'lib/jade/decode.rb', line 16 def error @error end |