Class: Innodb::Page::Region

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

Instance Attribute Summary collapse

Instance Attribute Details

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



44
45
46
# File 'lib/innodb/page.rb', line 44

def info
  @info
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



44
45
46
# File 'lib/innodb/page.rb', line 44

def length
  @length
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



44
45
46
# File 'lib/innodb/page.rb', line 44

def name
  @name
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



44
45
46
# File 'lib/innodb/page.rb', line 44

def offset
  @offset
end