Class: Innodb::Page::Index::FsegHeader
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Index::FsegHeader
- Defined in:
- lib/innodb/page/index.rb
Instance Attribute Summary collapse
-
#internal ⇒ Object
Returns the value of attribute internal.
-
#leaf ⇒ Object
Returns the value of attribute leaf.
Instance Attribute Details
#internal ⇒ Object
Returns the value of attribute internal
86 87 88 |
# File 'lib/innodb/page/index.rb', line 86 def internal @internal end |
#leaf ⇒ Object
Returns the value of attribute leaf
86 87 88 |
# File 'lib/innodb/page/index.rb', line 86 def leaf @leaf end |