1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/openstack/models/identity/role.rb
2012-04-30 10:34:58 +08:00

12 lines
240 B
Ruby

require 'fog/core/model'
module Fog
module Identity
class OpenStack
class Role < Fog::Model
identity :id
attribute :name
end # class Role
end # class OpenStack
end # module Identity
end # module Fog