Class: Innodb::Page::Index::SystemRecord
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Index::SystemRecord
- Defined in:
- lib/innodb/page/index.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#header ⇒ Object
Returns the value of attribute header.
-
#length ⇒ Object
Returns the value of attribute length.
-
#next ⇒ Object
Returns the value of attribute next.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
53 54 55 |
# File 'lib/innodb/page/index.rb', line 53 def data @data end |
#header ⇒ Object
Returns the value of attribute header
53 54 55 |
# File 'lib/innodb/page/index.rb', line 53 def header @header end |
#length ⇒ Object
Returns the value of attribute length
53 54 55 |
# File 'lib/innodb/page/index.rb', line 53 def length @length end |
#next ⇒ Object
Returns the value of attribute next
53 54 55 |
# File 'lib/innodb/page/index.rb', line 53 def next @next end |
#offset ⇒ Object
Returns the value of attribute offset
53 54 55 |
# File 'lib/innodb/page/index.rb', line 53 def offset @offset end |