Method: CouchRest::Attributes#delete

Defined in:
lib/couchrest/attributes.rb

#delete(key) ⇒ Object



46
47
48
# File 'lib/couchrest/attributes.rb', line 46

def delete(key)
  _attributes.delete(key.to_s)
end