Class: Qapi::Github::Connection

Inherits:
Connection
  • Object
show all
Defined in:
lib/qapi/github/connection.rb

Instance Method Summary collapse

Instance Method Details

#usersObject



6
7
8
# File 'lib/qapi/github/connection.rb', line 6

def users
  Qapi::Github::UserQuery.new(self)
end