Class: Innodb::Page::Index::FieldDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Index::FieldDescriptor
- Defined in:
- lib/innodb/page/index.rb
Instance Attribute Summary collapse
-
#extern ⇒ Object
Returns the value of attribute extern.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#extern ⇒ Object
Returns the value of attribute extern
78 79 80 |
# File 'lib/innodb/page/index.rb', line 78 def extern @extern end |
#name ⇒ Object
Returns the value of attribute name
78 79 80 |
# File 'lib/innodb/page/index.rb', line 78 def name @name end |
#type ⇒ Object
Returns the value of attribute type
78 79 80 |
# File 'lib/innodb/page/index.rb', line 78 def type @type end |
#value ⇒ Object
Returns the value of attribute value
78 79 80 |
# File 'lib/innodb/page/index.rb', line 78 def value @value end |