Sha256: a5501449667823ecffde9cc82c712fc95e7e2cb06046e96d871a7a9c11cea789
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
require 'fog/core/collection' require 'fog/compute/models/storm_on_demand/template' module Fog module StormOnDemand class Compute class Templates < Fog::Collection model Fog::StormOnDemand::Compute::Template def all data = connection.list_templates.body['templates'] load(data) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fog-0.8.2 | lib/fog/compute/models/storm_on_demand/templates.rb |
fog-0.8.1 | lib/fog/compute/models/storm_on_demand/templates.rb |
fog-0.8.0 | lib/fog/compute/models/storm_on_demand/templates.rb |