Class: Innodb::Log::CheckpointSet
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Log::CheckpointSet
- Defined in:
- lib/innodb/log.rb
Instance Attribute Summary collapse
-
#checkpoint_1 ⇒ Object
Returns the value of attribute checkpoint_1.
-
#checkpoint_2 ⇒ Object
Returns the value of attribute checkpoint_2.
Instance Attribute Details
#checkpoint_1 ⇒ Object
Returns the value of attribute checkpoint_1
34 35 36 |
# File 'lib/innodb/log.rb', line 34 def checkpoint_1 @checkpoint_1 end |
#checkpoint_2 ⇒ Object
Returns the value of attribute checkpoint_2
34 35 36 |
# File 'lib/innodb/log.rb', line 34 def checkpoint_2 @checkpoint_2 end |