Sha256: bc71563eea6bbc47b2e765dfe816789afcde2abbf6645460949793e99bed5ecd

Contents?: true

Size: 358 Bytes

Versions: 3

Compression:

Stored size: 358 Bytes

Contents

require 'fog/core/model'

module Fog
  module StormOnDemand
    class Compute

      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

3 entries across 3 versions & 1 rubygems

Version Path
fog-0.8.2 lib/fog/compute/models/storm_on_demand/template.rb
fog-0.8.1 lib/fog/compute/models/storm_on_demand/template.rb
fog-0.8.0 lib/fog/compute/models/storm_on_demand/template.rb