Class: CodeOwnership::Private::TeamPlugins::Github::GithubStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/code_ownership/private/team_plugins/github.rb

Instance Attribute Summary collapse

Instance Attribute Details

#do_not_add_to_codeowners_fileObject

Returns the value of attribute do_not_add_to_codeowners_file

Returns:

  • (Object)

    the current value of 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

#teamObject

Returns the value of attribute team

Returns:

  • (Object)

    the current value of team



10
11
12
# File 'lib/code_ownership/private/team_plugins/github.rb', line 10

def team
  @team
end