Method: Couch::DesignDocument#id

Defined in:
lib/couch/design_document.rb

#idObject

returns the id of the design document



17
18
19
# File 'lib/couch/design_document.rb', line 17

def id
  @hash["_id"]
end