fog--fog/lib/fog/cloudsigma/models/obj_ref.rb

13 lines
227 B
Ruby

require 'fog/core/model'
module Fog
module Compute
class CloudSigma
class ObjRef < Fog::Model
attribute :uuid, :type => :string
attribute :resource_uri, :type => :string
end
end
end
end