Class: Tipo::Header::TableRecord
- Inherits:
-
Struct
- Object
- Struct
- Tipo::Header::TableRecord
- Defined in:
- lib/tipo/header.rb
Overview
full template ‘a4N3’
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
7 8 9 |
# File 'lib/tipo/header.rb', line 7 def checksum @checksum end |
#offset ⇒ Object
Returns the value of attribute offset
7 8 9 |
# File 'lib/tipo/header.rb', line 7 def offset @offset end |
#tag ⇒ Object
Returns the value of attribute tag
7 8 9 |
# File 'lib/tipo/header.rb', line 7 def tag @tag end |