Class: CouchRest::ExtendedDocument
- Defined in:
- lib/couchrest.rb
Overview
Added 2010-05-10 by Sam Lown. Please remove at some point in the future.
Instance Attribute Summary
Attributes inherited from Document
Attributes inherited from Response
Class Method Summary collapse
Methods inherited from Document
#copy, #destroy, #id, #id=, #new?, #rev, #save, #uri, use_database
Methods included from InheritableAttributes
#couchrest_inheritable_accessor, #couchrest_inheritable_reader, #couchrest_inheritable_writer
Methods included from Attachments
#delete_attachment, #fetch_attachment, #put_attachment
Methods inherited from Response
#[], #[]=, #delete, #initialize
Constructor Details
This class inherits a constructor from CouchRest::Response
Class Method Details
.inherited(subclass) ⇒ Object
123 124 125 |
# File 'lib/couchrest.rb', line 123 def self.inherited(subclass) raise "ExtendedDocument is no longer included in CouchRest base driver, see couchrest_extended_document gem" end |