Class: Glaemscribe::API::Charset::Char
- Inherits:
-
Object
- Object
- Glaemscribe::API::Charset::Char
- Defined in:
- lib/api/charset.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#line ⇒ Object
Returns the value of attribute line.
-
#names ⇒ Object
Returns the value of attribute names.
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize ⇒ Char
constructor
A new instance of Char.
Constructor Details
#initialize ⇒ Char
Returns a new instance of Char.
37 38 39 |
# File 'lib/api/charset.rb', line 37 def initialize @names = {} end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
33 34 35 |
# File 'lib/api/charset.rb', line 33 def code @code end |
#line ⇒ Object
Returns the value of attribute line.
32 33 34 |
# File 'lib/api/charset.rb', line 32 def line @line end |
#names ⇒ Object
Returns the value of attribute names.
34 35 36 |
# File 'lib/api/charset.rb', line 34 def names @names end |
#str ⇒ Object
Returns the value of attribute str.
35 36 37 |
# File 'lib/api/charset.rb', line 35 def str @str end |