Sha256: 91ebf7edeab953f1ba58231e57fc3b586909b86ac4b615889be1b573c62ce60a
Contents?: true
Size: 340 Bytes
Versions: 78
Compression:
Stored size: 340 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 wrapped_request("get", "/1.0/user", [200]) end end end end end
Version data entries
78 entries across 78 versions & 7 rubygems