Class: Tipo::Table::Naming::Header
- Inherits:
-
Struct
- Object
- Struct
- Tipo::Table::Naming::Header
- Defined in:
- lib/tipo/table/naming.rb
Overview
full template ‘n3’
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#format ⇒ Object
Returns the value of attribute format.
-
#storage_offset ⇒ Object
Returns the value of attribute storage_offset.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
5 6 7 |
# File 'lib/tipo/table/naming.rb', line 5 def count @count end |
#format ⇒ Object
Returns the value of attribute format
5 6 7 |
# File 'lib/tipo/table/naming.rb', line 5 def format @format end |
#storage_offset ⇒ Object
Returns the value of attribute storage_offset
5 6 7 |
# File 'lib/tipo/table/naming.rb', line 5 def storage_offset @storage_offset end |