Sha256: 7e060136077891ee721aa597ec938922ef8adf7702c283ec9a0bd9312e9027f7
Contents?: true
Size: 363 Bytes
Versions: 6
Compression:
Stored size: 363 Bytes
Contents
require 'fog/core/collection' require 'fog/storm_on_demand/models/compute/config' module Fog module Compute class StormOnDemand class Configs < Fog::Collection model Fog::Compute::StormOnDemand::Config def all data = connection.list_configs.body['configs'] load(data) end end end end end
Version data entries
6 entries across 6 versions & 3 rubygems