Class: Dock::Api::Presentations

Inherits:
Base
  • Object
show all
Defined in:
lib/dock/api/endpoints/presentations.rb

Constant Summary collapse

NAMESPACE =
'/presentations'

Class Method Summary collapse

Methods inherited from Base

connection, delete, get, patch, post

Class Method Details

.create(attrs = {}) ⇒ Object



9
10
11
# File 'lib/dock/api/endpoints/presentations.rb', line 9

def create(attrs = {})
  post(NAMESPACE, attrs)
end