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



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

def atime
  @atime
end

#blksizeObject

Returns the value of attribute blksize



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

def blksize
  @blksize
end

#blocksObject

Returns the value of attribute blocks



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

def blocks
  @blocks
end

#ctimeObject

Returns the value of attribute ctime



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

def ctime
  @ctime
end

#devObject

Returns the value of attribute dev



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

def dev
  @dev
end

#ftypeObject

Returns the value of attribute ftype



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

def ftype
  @ftype
end

#gidObject

Returns the value of attribute gid



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

def gid
  @gid
end

#inoObject

Returns the value of attribute ino



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

def ino
  @ino
end

#modeObject

Returns the value of attribute mode



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

def mode
  @mode
end

#mtimeObject

Returns the value of attribute mtime



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

def mtime
  @mtime
end

Returns the value of attribute nlink



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

def nlink
  @nlink
end

#rdevObject

Returns the value of attribute rdev



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

def rdev
  @rdev
end

#sizeObject

Returns the value of attribute size



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

def size
  @size
end

#uidObject

Returns the value of attribute uid



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

def uid
  @uid
end

Instance Method Details

#blockdev?Boolean



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

def blockdev?; end

#chardev?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



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

def directory?; end

#executable?Boolean



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

def executable?; end

#executable_real?Boolean



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

def executable_real?; end

#file?Boolean



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

def file?; end

#grpowned?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



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

def owned?; end

#pipe?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



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

def readable?; end

#readable_real?Boolean



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

def readable_real?; end

#setgid?Boolean



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

def setgid?; end

#setuid?Boolean



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

def setuid?; end

#size?Boolean



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

def size?; end

#socket?Boolean



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

def socket?; end

#sticky?Boolean



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

def sticky?; end

#symlink?Boolean



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

def symlink?; end

#world_readable?Boolean



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

def world_readable?; end

#world_writeable?Boolean



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

def world_writeable?; end

#writable?Boolean



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

def writable?; end

#writable_real?Boolean



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

def writable_real?; end

#zero?Boolean



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

def zero?; end