Class: GithubCLI::API::All
- Inherits:
-
Object
- Object
- GithubCLI::API::All
- Defined in:
- lib/github_cli/api.rb
Instance Method Summary collapse
-
#initialize(params) ⇒ All
constructor
A new instance of All.
Constructor Details
#initialize(params) ⇒ All
Returns a new instance of All.
56 57 58 |
# File 'lib/github_cli/api.rb', line 56 def initialize(params) puts Github::Repos.new.all params end |