Class: Palm::DataBlock

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

Overview

Internal structure for storing information about data entries

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



16
17
18
# File 'lib/palm/pdb.rb', line 16

def offset
  @offset
end

#record_lengthObject

Returns the value of attribute record_length

Returns:

  • (Object)

    the current value of record_length



16
17
18
# File 'lib/palm/pdb.rb', line 16

def record_length
  @record_length
end