Class: DirEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/betters3tui.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



11
12
13
# File 'lib/betters3tui.rb', line 11

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



11
12
13
# File 'lib/betters3tui.rb', line 11

def last_modified
  @last_modified
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



11
12
13
# File 'lib/betters3tui.rb', line 11

def size
  @size
end