Class: Listen::DirectoryRecord::MetaData

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

Overview

Data structure used to save meta data about a path

Instance Attribute Summary collapse

Instance Attribute Details

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



31
32
33
# File 'lib/listen/directory_record.rb', line 31

def mtime
  @mtime
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



31
32
33
# File 'lib/listen/directory_record.rb', line 31

def type
  @type
end