Class: Innodb::LogRecord::Preamble

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/log_record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



6
7
8
# File 'lib/innodb/log_record.rb', line 6

def page_number
  @page_number
end

#single_recordObject

Returns the value of attribute single_record

Returns:

  • (Object)

    the current value of single_record



6
7
8
# File 'lib/innodb/log_record.rb', line 6

def single_record
  @single_record
end

#spaceObject

Returns the value of attribute space

Returns:

  • (Object)

    the current value of space



6
7
8
# File 'lib/innodb/log_record.rb', line 6

def space
  @space
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/innodb/log_record.rb', line 6

def type
  @type
end