Method: CodaDocs::Entities::Docs#create
- Defined in:
- lib/coda_docs/entities/docs.rb
#create(options) ⇒ Object
13 14 15 16 17 18 |
# File 'lib/coda_docs/entities/docs.rb', line 13 def create() connection.post( '/docs', body: .to_json ) end |