Class: Innodb::UndoRecord::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#extern_flagObject

Returns the value of attribute extern_flag

Returns:

  • (Object)

    the current value of extern_flag



10
11
12
# File 'lib/innodb/undo_record.rb', line 10

def extern_flag
  @extern_flag
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



10
11
12
# File 'lib/innodb/undo_record.rb', line 10

def info
  @info
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



10
11
12
# File 'lib/innodb/undo_record.rb', line 10

def next
  @next
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



10
11
12
# File 'lib/innodb/undo_record.rb', line 10

def prev
  @prev
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/innodb/undo_record.rb', line 10

def type
  @type
end