Class: Palm::RecordIndex
- Inherits:
-
Struct
- Object
- Struct
- Palm::RecordIndex
- Defined in:
- lib/palm/pdb.rb
Overview
Internal structure for recording index information
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#packed_attributes ⇒ Object
Returns the value of attribute packed_attributes.
-
#record_id ⇒ Object
Returns the value of attribute record_id.
-
#record_length ⇒ Object
Returns the value of attribute record_length.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
18 19 20 |
# File 'lib/palm/pdb.rb', line 18 def offset @offset end |
#packed_attributes ⇒ Object
Returns the value of attribute packed_attributes
18 19 20 |
# File 'lib/palm/pdb.rb', line 18 def packed_attributes @packed_attributes end |
#record_id ⇒ Object
Returns the value of attribute record_id
18 19 20 |
# File 'lib/palm/pdb.rb', line 18 def record_id @record_id end |
#record_length ⇒ Object
Returns the value of attribute record_length
18 19 20 |
# File 'lib/palm/pdb.rb', line 18 def record_length @record_length end |