Method: Couch::DesignDocument#initialize
- Defined in:
- lib/couch/design_document.rb
#initialize(hash = {}) ⇒ DesignDocument
initialize with a hash
12 13 14 |
# File 'lib/couch/design_document.rb', line 12 def initialize(hash = {}) @hash = hash end |