Class: VimRecovery::Swapfile::Block0
- Inherits:
-
Struct
- Object
- Struct
- VimRecovery::Swapfile::Block0
- Defined in:
- lib/vim_recovery/swapfile.rb
Instance Attribute Summary collapse
-
#crypt_seed ⇒ Object
Returns the value of attribute crypt_seed.
-
#dirty ⇒ Object
Returns the value of attribute dirty.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#fname ⇒ Object
Returns the value of attribute fname.
-
#hname ⇒ Object
Returns the value of attribute hname.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ino ⇒ Object
Returns the value of attribute ino.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#page_size ⇒ Object
Returns the value of attribute page_size.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#uname ⇒ Object
Returns the value of attribute uname.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#crypt_seed ⇒ Object
Returns the value of attribute crypt_seed
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def crypt_seed @crypt_seed end |
#dirty ⇒ Object
Returns the value of attribute dirty
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def dirty @dirty end |
#flags ⇒ Object
Returns the value of attribute flags
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def flags @flags end |
#fname ⇒ Object
Returns the value of attribute fname
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def fname @fname end |
#hname ⇒ Object
Returns the value of attribute hname
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def hname @hname end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def id @id end |
#ino ⇒ Object
Returns the value of attribute ino
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def ino @ino end |
#mtime ⇒ Object
Returns the value of attribute mtime
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def mtime @mtime end |
#page_size ⇒ Object
Returns the value of attribute page_size
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def page_size @page_size end |
#pid ⇒ Object
Returns the value of attribute pid
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def pid @pid end |
#uname ⇒ Object
Returns the value of attribute uname
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def uname @uname end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/vim_recovery/swapfile.rb', line 4 def version @version end |