class Cacofonix::CodeListNotFound

Public Class Methods

new(list_number) click to toggle source
# File lib/cacofonix/core/code.rb, line 93
def initialize(list_number)
  @list_number = list_number
end