Module: Slatan::Affiliation::Team
- Included in:
- Slatan::Affiliation
- Defined in:
- lib/slatan/affiliation/team.rb
Class Method Summary collapse
Class Method Details
.get ⇒ Object
7 8 9 |
# File 'lib/slatan/affiliation/team.rb', line 7 def get() @team end |
.set(team) ⇒ Object
11 12 13 |
# File 'lib/slatan/affiliation/team.rb', line 11 def set(team) @team = team end |