36 37 38
# File 'lib/code42/api/role.rb', line 36 def role(id) object_from_response(Code42::Role, :get, "role/#{id}") end