Class: PEROBS::FlatFile::Header
- Inherits:
-
Struct
- Object
- Struct
- PEROBS::FlatFile::Header
- Defined in:
- lib/perobs/FlatFile.rb
Overview
Utility class to hold all the data that is stored in a blob header.
Instance Attribute Summary collapse
-
#crc ⇒ Object
Returns the value of attribute crc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#length ⇒ Object
Returns the value of attribute length.
-
#mark ⇒ Object
Returns the value of attribute mark.
Instance Attribute Details
#crc ⇒ Object
Returns the value of attribute crc
53 54 55 |
# File 'lib/perobs/FlatFile.rb', line 53 def crc @crc end |
#id ⇒ Object
Returns the value of attribute id
53 54 55 |
# File 'lib/perobs/FlatFile.rb', line 53 def id @id end |
#length ⇒ Object
Returns the value of attribute length
53 54 55 |
# File 'lib/perobs/FlatFile.rb', line 53 def length @length end |
#mark ⇒ Object
Returns the value of attribute mark
53 54 55 |
# File 'lib/perobs/FlatFile.rb', line 53 def mark @mark end |