module Slatan::Affiliation::Team
Public Class Methods
get()
click to toggle source
# File lib/slatan/affiliation/team.rb, line 7 def get() @team end
set(team)
click to toggle source
# File lib/slatan/affiliation/team.rb, line 11 def set(team) @team = team end