Class: Kanrisuru::Core::Path::FileInfo

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



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

def date
  @date
end

#fsizeObject

Returns the value of attribute fsize

Returns:

  • (Object)

    the current value of fsize



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

def fsize
  @fsize
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



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

def group
  @group
end

Returns the value of attribute hard_links

Returns:

  • (Object)

    the current value of hard_links



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

def hard_links
  @hard_links
end

#inodeObject

Returns the value of attribute inode

Returns:

  • (Object)

    the current value of inode



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

def inode
  @inode
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



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

def mode
  @mode
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



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

def owner
  @owner
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end