Class: Innodb::UndoRecord::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::UndoRecord::Header
- Defined in:
- lib/innodb/undo_record.rb
Instance Attribute Summary collapse
-
#extern_flag ⇒ Object
Returns the value of attribute extern_flag.
-
#info ⇒ Object
Returns the value of attribute info.
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#extern_flag ⇒ Object
Returns the value of attribute extern_flag
10 11 12 |
# File 'lib/innodb/undo_record.rb', line 10 def extern_flag @extern_flag end |
#info ⇒ Object
Returns the value of attribute info
10 11 12 |
# File 'lib/innodb/undo_record.rb', line 10 def info @info end |
#next ⇒ Object
Returns the value of attribute next
10 11 12 |
# File 'lib/innodb/undo_record.rb', line 10 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
10 11 12 |
# File 'lib/innodb/undo_record.rb', line 10 def prev @prev end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/innodb/undo_record.rb', line 10 def type @type end |