Method: Layer::Platform::Client#users

Defined in:
lib/layer/platform/client.rb

#usersObject



20
21
22
# File 'lib/layer/platform/client.rb', line 20

def users
  Layer::ResourceProxy.new(client, nil, Layer::Resources::User)
end