Class: Tipo::Table::Naming::NameRecord
- Inherits:
-
Struct
- Object
- Struct
- Tipo::Table::Naming::NameRecord
- Defined in:
- lib/tipo/table/naming.rb
Overview
full template ‘n6’
Instance Attribute Summary collapse
-
#encoding ⇒ Object
Returns the value of attribute encoding.
-
#language ⇒ Object
Returns the value of attribute language.
-
#length ⇒ Object
Returns the value of attribute length.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#platform ⇒ Object
Returns the value of attribute platform.
Instance Attribute Details
#encoding ⇒ Object
Returns the value of attribute encoding
8 9 10 |
# File 'lib/tipo/table/naming.rb', line 8 def encoding @encoding end |
#language ⇒ Object
Returns the value of attribute language
8 9 10 |
# File 'lib/tipo/table/naming.rb', line 8 def language @language end |
#length ⇒ Object
Returns the value of attribute length
8 9 10 |
# File 'lib/tipo/table/naming.rb', line 8 def length @length end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/tipo/table/naming.rb', line 8 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
8 9 10 |
# File 'lib/tipo/table/naming.rb', line 8 def offset @offset end |
#platform ⇒ Object
Returns the value of attribute platform
8 9 10 |
# File 'lib/tipo/table/naming.rb', line 8 def platform @platform end |