Class: Moneylovercli::Api::User

Inherits:
Base
  • Object
show all
Defined in:
lib/moneylovercli/api/user.rb

Instance Attribute Summary

Attributes inherited from Base

#token

Instance Method Summary collapse

Instance Method Details

#login_urlObject



8
9
10
# File 'lib/moneylovercli/api/user.rb', line 8

def 
  self.class.post('/user/login-url', body: {})
end