Class: DbmsBuffers::ClockBufferEntry
- Inherits:
-
Struct
- Object
- Struct
- DbmsBuffers::ClockBufferEntry
- Defined in:
- lib/dbms_buffers/clock.rb
Instance Attribute Summary collapse
-
#clock_value ⇒ Object
Returns the value of attribute clock_value.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#clock_value ⇒ Object
Returns the value of attribute clock_value
4 5 6 |
# File 'lib/dbms_buffers/clock.rb', line 4 def clock_value @clock_value end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/dbms_buffers/clock.rb', line 4 def value @value end |