Class: Qapi::Github::Connection
- Inherits:
-
Connection
- Object
- Connection
- Qapi::Github::Connection
- Defined in:
- lib/qapi/github/connection.rb
Instance Method Summary collapse
Instance Method Details
#users ⇒ Object
6 7 8 |
# File 'lib/qapi/github/connection.rb', line 6 def users Qapi::Github::UserQuery.new(self) end |