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.



10
11
12
# File 'lib/couchdb-ruby-server/server.rb', line 10

def initialize key
  @key = key
end

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key.



9
10
11
# File 'lib/couchdb-ruby-server/server.rb', line 9

def key
  @key
end