Class: Innodb::UndoRecord::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/innodb/undo_record.rb', line 40

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



40
41
42
# File 'lib/innodb/undo_record.rb', line 40

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



40
41
42
# File 'lib/innodb/undo_record.rb', line 40

def value
  @value
end