module Helium::Client::Users

Public Instance Methods

user() click to toggle source
# File lib/helium/client/users.rb, line 4
def user
  User.singleton(client: self)
end