Class: Innodb::Field::ExternReference
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Field::ExternReference
- Defined in:
- lib/innodb/field.rb
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#space_id ⇒ Object
Returns the value of attribute space_id.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length
10 11 12 |
# File 'lib/innodb/field.rb', line 10 def length @length end |
#offset ⇒ Object
Returns the value of attribute offset
10 11 12 |
# File 'lib/innodb/field.rb', line 10 def offset @offset end |
#page_number ⇒ Object
Returns the value of attribute page_number
10 11 12 |
# File 'lib/innodb/field.rb', line 10 def page_number @page_number end |
#space_id ⇒ Object
Returns the value of attribute space_id
10 11 12 |
# File 'lib/innodb/field.rb', line 10 def space_id @space_id end |