Class: Innodb::Page::SysRsegHeader::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::SysRsegHeader::Header
- Defined in:
- lib/innodb/page/sys_rseg_header.rb
Instance Attribute Summary collapse
-
#fseg ⇒ Object
Returns the value of attribute fseg.
-
#history_list ⇒ Object
Returns the value of attribute history_list.
-
#history_size ⇒ Object
Returns the value of attribute history_size.
-
#max_size ⇒ Object
Returns the value of attribute max_size.
Instance Attribute Details
#fseg ⇒ Object
Returns the value of attribute fseg
6 7 8 |
# File 'lib/innodb/page/sys_rseg_header.rb', line 6 def fseg @fseg end |
#history_list ⇒ Object
Returns the value of attribute history_list
6 7 8 |
# File 'lib/innodb/page/sys_rseg_header.rb', line 6 def history_list @history_list end |
#history_size ⇒ Object
Returns the value of attribute history_size
6 7 8 |
# File 'lib/innodb/page/sys_rseg_header.rb', line 6 def history_size @history_size end |
#max_size ⇒ Object
Returns the value of attribute max_size
6 7 8 |
# File 'lib/innodb/page/sys_rseg_header.rb', line 6 def max_size @max_size end |