Class: CodeOwnership::Private::TeamPlugins::Github::GithubStruct
- Inherits:
-
Struct
- Object
- Struct
- CodeOwnership::Private::TeamPlugins::Github::GithubStruct
- Defined in:
- lib/code_ownership/private/team_plugins/github.rb
Instance Attribute Summary collapse
-
#do_not_add_to_codeowners_file ⇒ Object
Returns the value of attribute do_not_add_to_codeowners_file.
-
#team ⇒ Object
Returns the value of attribute team.
Instance Attribute Details
#do_not_add_to_codeowners_file ⇒ Object
Returns the value of attribute do_not_add_to_codeowners_file
10 11 12 |
# File 'lib/code_ownership/private/team_plugins/github.rb', line 10 def do_not_add_to_codeowners_file @do_not_add_to_codeowners_file end |
#team ⇒ Object
Returns the value of attribute team
10 11 12 |
# File 'lib/code_ownership/private/team_plugins/github.rb', line 10 def team @team end |