Exception: Jaso::Finished
- Inherits:
-
StandardError
- Object
- StandardError
- Jaso::Finished
- Defined in:
- lib/jaso/finished.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result) ⇒ Finished
constructor
A new instance of Finished.
Constructor Details
#initialize(result) ⇒ Finished
Returns a new instance of Finished.
6 7 8 9 |
# File 'lib/jaso/finished.rb', line 6 def initialize(result) @result = result super end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
4 5 6 |
# File 'lib/jaso/finished.rb', line 4 def result @result end |