Exception: CouchdbRubyServer::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/couchdb-ruby-server/server.rb

Direct Known Subclasses

Fatal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ Error

Returns a new instance of Error.



6
7
8
# File 'lib/couchdb-ruby-server/server.rb', line 6

def initialize key
  @key = key
end

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key.



5
6
7
# File 'lib/couchdb-ruby-server/server.rb', line 5

def key
  @key
end