Module: QB::GitHub::Types
- Defined in:
- lib/qb/github/types.rb
Overview
Definitions
Class Method Summary collapse
Class Method Details
.repo_name ⇒ Object
36 37 38 |
# File 'lib/qb/github/types.rb', line 36 def self.repo_name t.path_seg name: 'GitHubRepoName(String)' end |
.repo_owner ⇒ Object
40 41 42 |
# File 'lib/qb/github/types.rb', line 40 def self.repo_owner t.path_seg name: 'GitHubRepoOwner(String)' end |