Class: Palm::DataBlock
- Inherits:
-
Struct
- Object
- Struct
- Palm::DataBlock
- Defined in:
- lib/palm/pdb.rb
Overview
Internal structure for storing information about data entries
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#record_length ⇒ Object
Returns the value of attribute record_length.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
16 17 18 |
# File 'lib/palm/pdb.rb', line 16 def offset @offset end |
#record_length ⇒ Object
Returns the value of attribute record_length
16 17 18 |
# File 'lib/palm/pdb.rb', line 16 def record_length @record_length end |