class Firstjob::ExcelLevel

Constants

EXCEL_LEVELS

Public Class Methods

all() click to toggle source

Poor’s man all

# File lib/firstjob/excel_level.rb, line 6
def self.all
  EXCEL_LEVELS
end
find(id) click to toggle source

Poor’s man find

# File lib/firstjob/excel_level.rb, line 11
def self.find(id)
  EXCEL_LEVELS[id]
end