Class: Dawn::User
- Inherits:
-
Object
- Object
- Dawn::User
- Includes:
- BaseApi
- Defined in:
- lib/dawn/api/models/login.rb
Overview
:nodoc:
Class Method Summary collapse
Methods included from BaseApi
Methods included from BaseApi::RequestExtension
Methods included from SafeExtension
Class Method Details
.login(options = {}) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/dawn/api/models/login.rb', line 10 def self.login(={}) post( path: '/login', body: .to_json ) end |