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

Returns:

  • (Object)

    the current value of blocks



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

def blocks
  @blocks
end

#deviceObject

Returns the value of attribute device

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of fsize



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

def fsize
  @fsize
end

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



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

def gid
  @gid
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



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

def group
  @group
end

#inodeObject

Returns the value of attribute inode

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of links



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

def links
  @links
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



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

def mode
  @mode
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



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

def uid
  @uid
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



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

def user
  @user
end