lib/fog/joyent/models/compute/image.rb in fog-1.22.0 vs lib/fog/joyent/models/compute/image.rb in fog-1.22.1
- old
+ new
@@ -1,10 +1,9 @@
module Fog
module Compute
class Joyent
class Image < Fog::Model
-
identity :id
attribute :name
attribute :os
attribute :version
@@ -19,10 +18,9 @@
attribute :tags
attribute :eula
attribute :acl
attribute :created, :type => :time
attribute :default, :type => :boolean
-
end
end
end
end