Method: Dock::Api::Profiles.create
- Defined in:
- lib/dock/api/endpoints/profiles.rb
.create(attrs = {}) ⇒ Object
21 22 23 |
# File 'lib/dock/api/endpoints/profiles.rb', line 21 def create(attrs = {}) post(NAMESPACE, attrs) end |
21 22 23 |
# File 'lib/dock/api/endpoints/profiles.rb', line 21 def create(attrs = {}) post(NAMESPACE, attrs) end |