Class: Palm::RecordIndex

Inherits:
Struct
  • Object
show all
Defined in:
lib/palm/pdb.rb

Overview

Internal structure for recording index information

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



18
19
20
# File 'lib/palm/pdb.rb', line 18

def offset
  @offset
end

#packed_attributesObject

Returns the value of attribute packed_attributes

Returns:

  • (Object)

    the current value of packed_attributes



18
19
20
# File 'lib/palm/pdb.rb', line 18

def packed_attributes
  @packed_attributes
end

#record_idObject

Returns the value of attribute record_id

Returns:

  • (Object)

    the current value of record_id



18
19
20
# File 'lib/palm/pdb.rb', line 18

def record_id
  @record_id
end

#record_lengthObject

Returns the value of attribute record_length

Returns:

  • (Object)

    the current value of record_length



18
19
20
# File 'lib/palm/pdb.rb', line 18

def record_length
  @record_length
end