Class: RGen::Util::FileChangeDetector::FileInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgen/util/file_change_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#digestObject

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



13
14
15
# File 'lib/rgen/util/file_change_detector.rb', line 13

def digest
  @digest
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



13
14
15
# File 'lib/rgen/util/file_change_detector.rb', line 13

def timestamp
  @timestamp
end