Method: Clashinator::Season#initialize
- Defined in:
- lib/clashinator/season.rb
#initialize(id) ⇒ Season
Returns a new instance of Season.
7 8 9 |
# File 'lib/clashinator/season.rb', line 7 def initialize(id) @id = id end |
Returns a new instance of Season.
7 8 9 |
# File 'lib/clashinator/season.rb', line 7 def initialize(id) @id = id end |