Exception: Updawg::ResultException

Inherits:
Exception
  • Object
show all
Defined in:
lib/updawg/results.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#resultObject (readonly)

Returns the value of attribute result.



105
106
107
# File 'lib/updawg/results.rb', line 105

def result
  @result
end