Class: Kanrisuru::Core::Path::FileInfoId

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def date
  @date
end

#fsizeObject

Returns the value of attribute fsize

Returns:

  • (Object)

    the current value of fsize



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def fsize
  @fsize
end

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def gid
  @gid
end

Returns the value of attribute hard_links

Returns:

  • (Object)

    the current value of hard_links



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def hard_links
  @hard_links
end

#inodeObject

Returns the value of attribute inode

Returns:

  • (Object)

    the current value of inode



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def inode
  @inode
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def mode
  @mode
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def type
  @type
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



7
8
9
# File 'lib/kanrisuru/core/path/types.rb', line 7

def uid
  @uid
end