Class: Glaemscribe::API::Charset::Char

Inherits:
Object
  • Object
show all
Defined in:
lib/api/charset.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeChar

Returns a new instance of Char.



37
38
39
# File 'lib/api/charset.rb', line 37

def initialize
  @names = {}
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



33
34
35
# File 'lib/api/charset.rb', line 33

def code
  @code
end

#lineObject

Returns the value of attribute line.



32
33
34
# File 'lib/api/charset.rb', line 32

def line
  @line
end

#namesObject

Returns the value of attribute names.



34
35
36
# File 'lib/api/charset.rb', line 34

def names
  @names
end

#strObject

Returns the value of attribute str.



35
36
37
# File 'lib/api/charset.rb', line 35

def str
  @str
end