Class: CrewCheck::Team
- Inherits:
-
Object
- Object
- CrewCheck::Team
- Defined in:
- lib/crew_check/team.rb
Instance Method Summary collapse
-
#initialize(github_team = nil) ⇒ Team
constructor
A new instance of Team.
- #shorthand_name ⇒ Object
Constructor Details
#initialize(github_team = nil) ⇒ Team
Returns a new instance of Team.
3 4 5 |
# File 'lib/crew_check/team.rb', line 3 def initialize(github_team = nil) @github_team = github_team end |
Instance Method Details
#shorthand_name ⇒ Object
7 8 9 |
# File 'lib/crew_check/team.rb', line 7 def shorthand_name "#{organization_name}/#{name}" end |