Class: Innodb::Page::Address

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

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



14
15
16
# File 'lib/innodb/page.rb', line 14

def offset
  @offset
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



14
15
16
# File 'lib/innodb/page.rb', line 14

def page
  @page
end