Class: UV::File::Stat

Inherits:
Struct
  • Object
show all
Defined in:
lib/uv/file/stat.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#atimeObject

Returns the value of attribute atime

Returns:

  • (Object)

    the current value of atime



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def atime
  @atime
end

#blksizeObject

Returns the value of attribute blksize

Returns:

  • (Object)

    the current value of blksize



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def blksize
  @blksize
end

#blocksObject

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def blocks
  @blocks
end

#ctimeObject

Returns the value of attribute ctime

Returns:

  • (Object)

    the current value of ctime



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def ctime
  @ctime
end

#devObject

Returns the value of attribute dev

Returns:

  • (Object)

    the current value of dev



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def dev
  @dev
end

#ftypeObject

Returns the value of attribute ftype

Returns:

  • (Object)

    the current value of ftype



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def ftype
  @ftype
end

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def gid
  @gid
end

#inoObject

Returns the value of attribute ino

Returns:

  • (Object)

    the current value of ino



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def ino
  @ino
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def mode
  @mode
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def mtime
  @mtime
end

Returns the value of attribute nlink

Returns:

  • (Object)

    the current value of nlink



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def nlink
  @nlink
end

#rdevObject

Returns the value of attribute rdev

Returns:

  • (Object)

    the current value of rdev



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def rdev
  @rdev
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def size
  @size
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



3
4
5
# File 'lib/uv/file/stat.rb', line 3

def uid
  @uid
end

Instance Method Details

#blockdev?Boolean

Returns:

  • (Boolean)


5
# File 'lib/uv/file/stat.rb', line 5

def blockdev?; end

#chardev?Boolean

Returns:

  • (Boolean)


6
# File 'lib/uv/file/stat.rb', line 6

def chardev?; end

#dev_majorObject



7
# File 'lib/uv/file/stat.rb', line 7

def dev_major; end

#dev_minorObject



8
# File 'lib/uv/file/stat.rb', line 8

def dev_minor; end

#directory?Boolean

Returns:

  • (Boolean)


9
# File 'lib/uv/file/stat.rb', line 9

def directory?; end

#executable?Boolean

Returns:

  • (Boolean)


10
# File 'lib/uv/file/stat.rb', line 10

def executable?; end

#executable_real?Boolean

Returns:

  • (Boolean)


11
# File 'lib/uv/file/stat.rb', line 11

def executable_real?; end

#file?Boolean

Returns:

  • (Boolean)


12
# File 'lib/uv/file/stat.rb', line 12

def file?; end

#grpowned?Boolean

Returns:

  • (Boolean)


14
# File 'lib/uv/file/stat.rb', line 14

def grpowned?; end

#inspectObject



15
# File 'lib/uv/file/stat.rb', line 15

def inspect; end

#owned?Boolean

Returns:

  • (Boolean)


16
# File 'lib/uv/file/stat.rb', line 16

def owned?; end

#pipe?Boolean

Returns:

  • (Boolean)


17
# File 'lib/uv/file/stat.rb', line 17

def pipe?; end

#rdev_majorObject



18
# File 'lib/uv/file/stat.rb', line 18

def rdev_major; end

#rdev_minorObject



19
# File 'lib/uv/file/stat.rb', line 19

def rdev_minor; end

#readable?Boolean

Returns:

  • (Boolean)


20
# File 'lib/uv/file/stat.rb', line 20

def readable?; end

#readable_real?Boolean

Returns:

  • (Boolean)


21
# File 'lib/uv/file/stat.rb', line 21

def readable_real?; end

#setgid?Boolean

Returns:

  • (Boolean)


22
# File 'lib/uv/file/stat.rb', line 22

def setgid?; end

#setuid?Boolean

Returns:

  • (Boolean)


23
# File 'lib/uv/file/stat.rb', line 23

def setuid?; end

#size?Boolean

Returns:

  • (Boolean)


24
# File 'lib/uv/file/stat.rb', line 24

def size?; end

#socket?Boolean

Returns:

  • (Boolean)


25
# File 'lib/uv/file/stat.rb', line 25

def socket?; end

#sticky?Boolean

Returns:

  • (Boolean)


26
# File 'lib/uv/file/stat.rb', line 26

def sticky?; end

#symlink?Boolean

Returns:

  • (Boolean)


27
# File 'lib/uv/file/stat.rb', line 27

def symlink?; end

#world_readable?Boolean

Returns:

  • (Boolean)


28
# File 'lib/uv/file/stat.rb', line 28

def world_readable?; end

#world_writeable?Boolean

Returns:

  • (Boolean)


29
# File 'lib/uv/file/stat.rb', line 29

def world_writeable?; end

#writable?Boolean

Returns:

  • (Boolean)


30
# File 'lib/uv/file/stat.rb', line 30

def writable?; end

#writable_real?Boolean

Returns:

  • (Boolean)


31
# File 'lib/uv/file/stat.rb', line 31

def writable_real?; end

#zero?Boolean

Returns:

  • (Boolean)


32
# File 'lib/uv/file/stat.rb', line 32

def zero?; end