Exception: Code::Error::Next
- Inherits:
-
Code::Error
- Object
- StandardError
- Code::Error
- Code::Error::Next
- Defined in:
- lib/code/error.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ Next
constructor
A new instance of Next.
Constructor Details
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
35 36 37 |
# File 'lib/code/error.rb', line 35 def value @value end |