fog--fog/lib/fog/slicehost/models/image.rb

16 lines
143 B
Ruby

require 'fog/model'
module Fog
class Slicehost
class Image < Fog::Model
identity :id
attribute :name
end
end
end