Module: Jelastic::REST::Authentication
- Included in:
- API
- Defined in:
- lib/jelastic/rest/authentication.rb
Instance Method Summary collapse
Instance Method Details
#signin ⇒ Object
4 5 6 |
# File 'lib/jelastic/rest/authentication.rb', line 4 def signin send_request_with_system_appid('users/authentication/rest/signin') end |
#signout ⇒ Object
8 9 10 |
# File 'lib/jelastic/rest/authentication.rb', line 8 def signout send_request_with_system_appid('users/authentication/rest/signout') end |