Sha256: dd90d3f9d2401410a5f8a9acff2a53e0d23157df971142bf7bcf0b4295656171
Contents?: true
Size: 377 Bytes
Versions: 3
Compression:
Stored size: 377 Bytes
Contents
require 'fog/core/model' module Fog module StormOnDemand class Compute class Image < Fog::Model identity :id attribute :accnt attribute :name attribute :source_hostname attribute :source_subaccnt attribute :template attribute :template_description attribute :time_taken 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/image.rb |
fog-0.8.1 | lib/fog/compute/models/storm_on_demand/image.rb |
fog-0.8.0 | lib/fog/compute/models/storm_on_demand/image.rb |