Class: Palm::ResourceIndex

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



20
21
22
# File 'lib/palm/pdb.rb', line 20

def offset
  @offset
end

#record_idObject

Returns the value of attribute record_id

Returns:

  • (Object)

    the current value of record_id



20
21
22
# File 'lib/palm/pdb.rb', line 20

def record_id
  @record_id
end

#record_lengthObject

Returns the value of attribute record_length

Returns:

  • (Object)

    the current value of record_length



20
21
22
# File 'lib/palm/pdb.rb', line 20

def record_length
  @record_length
end

#record_typeObject

Returns the value of attribute record_type

Returns:

  • (Object)

    the current value of record_type



20
21
22
# File 'lib/palm/pdb.rb', line 20

def record_type
  @record_type
end