Class: Palm::ResourceIndex
- Inherits:
-
Struct
- Object
- Struct
- Palm::ResourceIndex
- 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.
-
#record_id ⇒ Object
Returns the value of attribute record_id.
-
#record_length ⇒ Object
Returns the value of attribute record_length.
-
#record_type ⇒ Object
Returns the value of attribute record_type.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
20 21 22 |
# File 'lib/palm/pdb.rb', line 20 def offset @offset end |
#record_id ⇒ Object
Returns the value of attribute record_id
20 21 22 |
# File 'lib/palm/pdb.rb', line 20 def record_id @record_id end |
#record_length ⇒ Object
Returns the value of attribute record_length
20 21 22 |
# File 'lib/palm/pdb.rb', line 20 def record_length @record_length end |
#record_type ⇒ Object
Returns the value of attribute record_type
20 21 22 |
# File 'lib/palm/pdb.rb', line 20 def record_type @record_type end |