Sha256: dcf54f81de0bf5c51aace6448e29f21cbec7adb738ff14e463270a29aac96179
Contents?: true
Size: 363 Bytes
Versions: 7
Compression:
Stored size: 363 Bytes
Contents
require 'fog/core/collection' require 'fog/compute/models/storm_on_demand/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
7 entries across 7 versions & 3 rubygems