Exception: CouchdbRubyServer::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- CouchdbRubyServer::Error
- Defined in:
- lib/couchdb-ruby-server/server.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(key) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(key) ⇒ Error
Returns a new instance of Error.
10 11 12 |
# File 'lib/couchdb-ruby-server/server.rb', line 10 def initialize key @key = key end |
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key.
9 10 11 |
# File 'lib/couchdb-ruby-server/server.rb', line 9 def key @key end |