Method: CodePages::CodePage#initialize

Defined in:
lib/code-pages/code_page.rb

#initialize(id, name, resource_file) ⇒ CodePage

Returns a new instance of CodePage.



7
8
9
10
11
# File 'lib/code-pages/code_page.rb', line 7

def initialize(id, name, resource_file)
  @id = id
  @name = name
  @resource_file = resource_file
end