Class: Kanrisuru::Core::Stat::FileStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/stat/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject

Returns the value of attribute blocks



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def blocks
  @blocks
end

#deviceObject

Returns the value of attribute device



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def device
  @device
end

#file_typeObject

Returns the value of attribute file_type



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def file_type
  @file_type
end

#fsizeObject

Returns the value of attribute fsize



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def fsize
  @fsize
end

#gidObject

Returns the value of attribute gid



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def gid
  @gid
end

#groupObject

Returns the value of attribute group



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def group
  @group
end

#inodeObject

Returns the value of attribute inode



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def inode
  @inode
end

#last_accessObject

Returns the value of attribute last_access



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def last_access
  @last_access
end

#last_changedObject

Returns the value of attribute last_changed



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def last_changed
  @last_changed
end

#last_modifiedObject

Returns the value of attribute last_modified



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def last_modified
  @last_modified
end

Returns the value of attribute links



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def links
  @links
end

#modeObject

Returns the value of attribute mode



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def mode
  @mode
end

#pathObject

Returns the value of attribute path



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def path
  @path
end

#uidObject

Returns the value of attribute uid



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def uid
  @uid
end

#userObject

Returns the value of attribute user



6
7
8
# File 'lib/kanrisuru/core/stat/types.rb', line 6

def user
  @user
end