Class: Octoplex::Client::User
- Defined in:
- lib/octoplex/client/user.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#repos(repo) ⇒ Object
GET /repos/:user/:repo.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Octoplex::Client::Base
Instance Method Details
#repos(repo) ⇒ Object
GET /repos/:user/:repo
6 7 8 |
# File 'lib/octoplex/client/user.rb', line 6 def repos(repo) Octoplex::Client::Repository.new(client, "/repos/#{login}/#{repo}") end |