Class: Innodb::Xdes::PageStatus
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Xdes::PageStatus
- Defined in:
- lib/innodb/xdes.rb
Instance Attribute Summary collapse
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#free ⇒ Object
Returns the value of attribute free.
Instance Attribute Details
#clean ⇒ Object
Returns the value of attribute clean
14 15 16 |
# File 'lib/innodb/xdes.rb', line 14 def clean @clean end |
#free ⇒ Object
Returns the value of attribute free
14 15 16 |
# File 'lib/innodb/xdes.rb', line 14 def free @free end |