Exception: Hermeneutics::Cgi::Done
- Inherits:
-
Exception
- Object
- Exception
- Hermeneutics::Cgi::Done
- Defined in:
- lib/hermeneutics/cgi.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result) ⇒ Done
constructor
A new instance of Done.
Constructor Details
#initialize(result) ⇒ Done
Returns a new instance of Done.
267 268 269 270 |
# File 'lib/hermeneutics/cgi.rb', line 267 def initialize result super nil @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
266 267 268 |
# File 'lib/hermeneutics/cgi.rb', line 266 def result @result end |