Class: Innodb::LogRecord::Preamble
- Inherits:
-
Struct
- Object
- Struct
- Innodb::LogRecord::Preamble
- Defined in:
- lib/innodb/log_record.rb
Instance Attribute Summary collapse
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#single_record ⇒ Object
Returns the value of attribute single_record.
-
#space ⇒ Object
Returns the value of attribute space.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#page_number ⇒ Object
Returns the value of attribute page_number
6 7 8 |
# File 'lib/innodb/log_record.rb', line 6 def page_number @page_number end |
#single_record ⇒ Object
Returns the value of attribute single_record
6 7 8 |
# File 'lib/innodb/log_record.rb', line 6 def single_record @single_record end |
#space ⇒ Object
Returns the value of attribute space
6 7 8 |
# File 'lib/innodb/log_record.rb', line 6 def space @space end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/innodb/log_record.rb', line 6 def type @type end |