Class: Innodb::Page::Index::SystemRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/page/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



53
54
55
# File 'lib/innodb/page/index.rb', line 53

def data
  @data
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



53
54
55
# File 'lib/innodb/page/index.rb', line 53

def header
  @header
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



53
54
55
# File 'lib/innodb/page/index.rb', line 53

def length
  @length
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



53
54
55
# File 'lib/innodb/page/index.rb', line 53

def next
  @next
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



53
54
55
# File 'lib/innodb/page/index.rb', line 53

def offset
  @offset
end