class OneviewSDK::API200::LoginDetail

Login Details resource implementation

Constants

BASE_URI

Public Class Methods

get_login_details(client) click to toggle source

Gets the login details @param [OneviewSDK::client] client access for resource endpoint @return [Hash] Response to the api call

# File lib/oneview-sdk/resource/api200/login_detail.rb, line 21
def self.get_login_details(client)
  response = client.rest_get(BASE_URI)
  client.response_handler(response)
end