class Clashinator::Season

This class represents the league model through the league model

Attributes

id[RW]

Public Class Methods

new(id) click to toggle source
# File lib/clashinator/season.rb, line 7
def initialize(id)
  @id = id
end