Exception: Updawg::ResultException
- Inherits:
-
Exception
- Object
- Exception
- Updawg::ResultException
- Defined in:
- lib/updawg/results.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result) ⇒ ResultException
constructor
A new instance of ResultException.
Constructor Details
#initialize(result) ⇒ ResultException
Returns a new instance of ResultException.
107 108 109 |
# File 'lib/updawg/results.rb', line 107 def initialize(result) @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
105 106 107 |
# File 'lib/updawg/results.rb', line 105 def result @result end |