Sha256: 1a24570260fd045666d7c03c9bca39109b7cd10fdf43f64fa2f2468a07b621ba
Contents?: true
Size: 537 Bytes
Versions: 12
Compression:
Stored size: 537 Bytes
Contents
module Fog module Brightbox class Compute class Real # Lists summary details of config maps owned 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_config_maps(options = {}) wrapped_request("get", "/1.0/config_maps", [200], options) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems