Sha256: 68b72ffd504618534a604fb865d39c12fe5a60a6e07d3d5421caca7366ef829e
Contents?: true
Size: 398 Bytes
Versions: 18
Compression:
Stored size: 398 Bytes
Contents
module Fog module Compute class Brightbox class Real # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#database_snapshot_list_database_snapshots # def list_database_snapshots wrapped_request("get", "/1.0/database_snapshots", [200]) end end end end end
Version data entries
18 entries across 18 versions & 3 rubygems