Class: Innodb::Log::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Log::Header
- Defined in:
- lib/innodb/log.rb
Instance Attribute Summary collapse
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#file_no ⇒ Object
Returns the value of attribute file_no.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#start_lsn ⇒ Object
Returns the value of attribute start_lsn.
Instance Attribute Details
#created_by ⇒ Object
Returns the value of attribute created_by
6 7 8 |
# File 'lib/innodb/log.rb', line 6 def created_by @created_by end |
#file_no ⇒ Object
Returns the value of attribute file_no
6 7 8 |
# File 'lib/innodb/log.rb', line 6 def file_no @file_no end |
#group_id ⇒ Object
Returns the value of attribute group_id
6 7 8 |
# File 'lib/innodb/log.rb', line 6 def group_id @group_id end |
#start_lsn ⇒ Object
Returns the value of attribute start_lsn
6 7 8 |
# File 'lib/innodb/log.rb', line 6 def start_lsn @start_lsn end |