Class: Innodb::UndoRecord::Field
- Inherits:
-
Struct
- Object
- Struct
- Innodb::UndoRecord::Field
- Defined in:
- lib/innodb/undo_record.rb
Instance Attribute Summary collapse
-
#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
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/innodb/undo_record.rb', line 40 def name @name end |
#type ⇒ Object
Returns the value of attribute type
40 41 42 |
# File 'lib/innodb/undo_record.rb', line 40 def type @type end |
#value ⇒ Object
Returns the value of attribute value
40 41 42 |
# File 'lib/innodb/undo_record.rb', line 40 def value @value end |