Module: OnlyofficeGithubHelper::Tags
- Included in:
- GithubClient
- Defined in:
- lib/onlyoffice_github_helper/github_client/tags.rb
Overview
Working with tags
Instance Method Summary collapse
-
#tags(repo) ⇒ Array<String>
Get list of tags in repo.
Instance Method Details
#tags(repo) ⇒ Array<String>
Get list of tags in repo
9 10 11 |
# File 'lib/onlyoffice_github_helper/github_client/tags.rb', line 9 def (repo) Octokit.(repo).map(&:name) end |