Class: Glaemscribe::API::Charset::Char
Instance Attribute Summary collapse
-
#charset ⇒ Object
Returns the value of attribute charset.
-
#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.
- #virtual? ⇒ Boolean
Constructor Details
#initialize ⇒ Char
Returns a new instance of Char.
39 40 41 |
# File 'lib/api/charset.rb', line 39 def initialize @names = {} end |
Instance Attribute Details
#charset ⇒ Object
Returns the value of attribute charset.
37 38 39 |
# File 'lib/api/charset.rb', line 37 def charset @charset end |
#code ⇒ Object
Returns the value of attribute code.
34 35 36 |
# File 'lib/api/charset.rb', line 34 def code @code end |
#line ⇒ Object
Returns the value of attribute line.
33 34 35 |
# File 'lib/api/charset.rb', line 33 def line @line end |
#names ⇒ Object
Returns the value of attribute names.
35 36 37 |
# File 'lib/api/charset.rb', line 35 def names @names end |
#str ⇒ Object
Returns the value of attribute str.
36 37 38 |
# File 'lib/api/charset.rb', line 36 def str @str end |
Instance Method Details
#virtual? ⇒ Boolean
43 44 45 |
# File 'lib/api/charset.rb', line 43 def virtual? false end |