Class: VimRecovery::Swapfile::Block0

Inherits:
Struct
  • Object
show all
Defined in:
lib/vim_recovery/swapfile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#crypt_seedObject

Returns the value of attribute crypt_seed

Returns:

  • (Object)

    the current value of crypt_seed



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def crypt_seed
  @crypt_seed
end

#dirtyObject

Returns the value of attribute dirty

Returns:

  • (Object)

    the current value of dirty



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def dirty
  @dirty
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def flags
  @flags
end

#fnameObject

Returns the value of attribute fname

Returns:

  • (Object)

    the current value of fname



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def fname
  @fname
end

#hnameObject

Returns the value of attribute hname

Returns:

  • (Object)

    the current value of hname



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def hname
  @hname
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def id
  @id
end

#inoObject

Returns the value of attribute ino

Returns:

  • (Object)

    the current value of ino



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def ino
  @ino
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def mtime
  @mtime
end

#page_sizeObject

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def page_size
  @page_size
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def pid
  @pid
end

#unameObject

Returns the value of attribute uname

Returns:

  • (Object)

    the current value of uname



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def uname
  @uname
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



4
5
6
# File 'lib/vim_recovery/swapfile.rb', line 4

def version
  @version
end