Class: Jade::Decode::Failure

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



16
17
18
# File 'lib/jade/decode.rb', line 16

def error
  @error
end