Class: Innodb::Page::FspHdrXdes::Flags
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::FspHdrXdes::Flags
- Defined in:
- lib/innodb/page/fsp_hdr_xdes.rb
Instance Attribute Summary collapse
-
#atomic_blobs ⇒ Object
Returns the value of attribute atomic_blobs.
-
#compressed ⇒ Object
Returns the value of attribute compressed.
-
#data_directory ⇒ Object
Returns the value of attribute data_directory.
-
#page_size ⇒ Object
Returns the value of attribute page_size.
-
#post_antelope ⇒ Object
Returns the value of attribute post_antelope.
-
#system_page_size ⇒ Object
Returns the value of attribute system_page_size.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#atomic_blobs ⇒ Object
Returns the value of attribute atomic_blobs
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def atomic_blobs @atomic_blobs end |
#compressed ⇒ Object
Returns the value of attribute compressed
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def compressed @compressed end |
#data_directory ⇒ Object
Returns the value of attribute data_directory
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def data_directory @data_directory end |
#page_size ⇒ Object
Returns the value of attribute page_size
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def page_size @page_size end |
#post_antelope ⇒ Object
Returns the value of attribute post_antelope
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def post_antelope @post_antelope end |
#system_page_size ⇒ Object
Returns the value of attribute system_page_size
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def system_page_size @system_page_size end |
#value ⇒ Object
Returns the value of attribute value
23 24 25 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23 def value @value end |