Sha256: c5adb0ab7f5ea751d63794787c165d33e19f88601b7d044cc700fa8410d4ae45
Contents?: true
Size: 536 Bytes
Versions: 15
Compression:
Stored size: 536 Bytes
Contents
module Fog module Brightbox class Compute class Real # Lists summary details of volumes available for use by the Account # # @param [Hash] options # @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded. # # @return [Hash] if successful Hash version of JSON object # def list_volumes(options = {}) wrapped_request("get", "/1.0/volumes", [200], options) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems