Sha256: c11c1a8c210e7190da43876352d95c9f7c5a75ee63cb3d7c74f9289c42f34927
Contents?: true
Size: 361 Bytes
Versions: 13
Compression:
Stored size: 361 Bytes
Contents
module Fog module Compute class Brightbox class Real # Requests details about authenticated user from the API # # @return [Hash] The JSON response parsed to a Hash # def get_authenticated_user(options = {}) wrapped_request("get", "/1.0/user", [200], options) end end end end end
Version data entries
13 entries across 11 versions & 2 rubygems