Class: Innodb::Page::TrxSys::MysqlLogInfo
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::TrxSys::MysqlLogInfo
- Defined in:
- lib/innodb/page/trx_sys.rb
Instance Attribute Summary collapse
-
#magic_n ⇒ Object
Returns the value of attribute magic_n.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#magic_n ⇒ Object
Returns the value of attribute magic_n
28 29 30 |
# File 'lib/innodb/page/trx_sys.rb', line 28 def magic_n @magic_n end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/innodb/page/trx_sys.rb', line 28 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
28 29 30 |
# File 'lib/innodb/page/trx_sys.rb', line 28 def offset @offset end |