Class: Innodb::Page::Index::FieldDescriptor

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

Instance Attribute Summary collapse

Instance Attribute Details

#externObject

Returns the value of attribute extern

Returns:

  • (Object)

    the current value of extern



78
79
80
# File 'lib/innodb/page/index.rb', line 78

def extern
  @extern
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



78
79
80
# File 'lib/innodb/page/index.rb', line 78

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



78
79
80
# File 'lib/innodb/page/index.rb', line 78

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



78
79
80
# File 'lib/innodb/page/index.rb', line 78

def value
  @value
end