Sha256: 6e6295b4208615ad359115727f116eab7d86c3ef37c9761323bf893f8caff38c
Contents?: true
Size: 377 Bytes
Versions: 57
Compression:
Stored size: 377 Bytes
Contents
require 'fog/core/model' module Fog module Compute class StormOnDemand 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
57 entries across 57 versions & 17 rubygems