Sha256: 8defdd0ab2e5a168ae4a6b6658319f93809ffc8295b2e5cc6a7b375404026baf
Contents?: true
Size: 368 Bytes
Versions: 32
Compression:
Stored size: 368 Bytes
Contents
require 'fog/core/collection' require 'fog/storm_on_demand/models/compute/template' module Fog module Compute class StormOnDemand class Templates < Fog::Collection model Fog::Compute::StormOnDemand::Template def all data = connection.list_templates.body['items'] load(data) end end end end end
Version data entries
32 entries across 32 versions & 12 rubygems