Class: Innodb::Page::Region
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Region
- Defined in:
- lib/innodb/page.rb
Instance Attribute Summary collapse
-
#info ⇒ Object
Returns the value of attribute info.
-
#length ⇒ Object
Returns the value of attribute length.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#info ⇒ Object
Returns the value of attribute info
44 45 46 |
# File 'lib/innodb/page.rb', line 44 def info @info end |
#length ⇒ Object
Returns the value of attribute length
44 45 46 |
# File 'lib/innodb/page.rb', line 44 def length @length end |
#name ⇒ Object
Returns the value of attribute name
44 45 46 |
# File 'lib/innodb/page.rb', line 44 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
44 45 46 |
# File 'lib/innodb/page.rb', line 44 def offset @offset end |