Class: Morpheus::WhoamiInterface
- Inherits:
-
APIClient
- Object
- APIClient
- Morpheus::WhoamiInterface
- Defined in:
- lib/morpheus/api/whoami_interface.rb
Instance Method Summary collapse
Instance Method Details
#default_timeout ⇒ Object
5 6 7 |
# File 'lib/morpheus/api/whoami_interface.rb', line 5 def default_timeout 5 end |
#get(params = {}) ⇒ Object
9 10 11 |
# File 'lib/morpheus/api/whoami_interface.rb', line 9 def get(params={}) execute(method: :get, url: "/api/whoami", params: params) end |