Class: Innodb::Page::Address
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Address
- Defined in:
- lib/innodb/page.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#page ⇒ Object
Returns the value of attribute page.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
14 15 16 |
# File 'lib/innodb/page.rb', line 14 def offset @offset end |
#page ⇒ Object
Returns the value of attribute page
14 15 16 |
# File 'lib/innodb/page.rb', line 14 def page @page end |