Class: Innodb::Page::TrxSys::RsegSlot
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::TrxSys::RsegSlot
- Defined in:
- lib/innodb/page/trx_sys.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#space_id ⇒ Object
Returns the value of attribute space_id.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
21 22 23 |
# File 'lib/innodb/page/trx_sys.rb', line 21 def offset @offset end |
#page_number ⇒ Object
Returns the value of attribute page_number
21 22 23 |
# File 'lib/innodb/page/trx_sys.rb', line 21 def page_number @page_number end |
#space_id ⇒ Object
Returns the value of attribute space_id
21 22 23 |
# File 'lib/innodb/page/trx_sys.rb', line 21 def space_id @space_id end |