Sha256: e0bfd6907734c742f8bf4140f75d62ddea55ab20d31b0cf5037bfa16edaae70e
Contents?: true
Size: 361 Bytes
Versions: 23
Compression:
Stored size: 361 Bytes
Contents
module Fog module Brightbox class Compute 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
23 entries across 23 versions & 1 rubygems