Sha256: 64e6afcc7a937ee066b9c8ae8851c0d721911e49cc9b9dfc2e28ee00c3efd32f
Contents?: true
Size: 358 Bytes
Versions: 57
Compression:
Stored size: 358 Bytes
Contents
require 'fog/core/model' module Fog module Compute class StormOnDemand class Template < Fog::Model identity :id attribute :name attribute :description attribute :manage_level attribute :os attribute :price end def initialize(attributes={}) super end end end end
Version data entries
57 entries across 57 versions & 17 rubygems