Method: Dock::Api::Anchors.create

Defined in:
lib/dock/api/endpoints/anchors.rb

.create(attrs = {}) ⇒ Object



17
18
19
# File 'lib/dock/api/endpoints/anchors.rb', line 17

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