Class: Sem::API::User

Inherits:
SimpleDelegator
  • Object
show all
Extended by:
Base
Defined in:
lib/sem/api/user.rb

Class Method Summary collapse

Methods included from Base

api_logger, client, create_new_api_client

Class Method Details

.allObject



4
5
6
# File 'lib/sem/api/user.rb', line 4

def self.all
  client.users.list!.map { |user| new(user) }
end