Class: RGen::Util::FileChangeDetector::FileInfo
- Inherits:
-
Struct
- Object
- Struct
- RGen::Util::FileChangeDetector::FileInfo
- Defined in:
- lib/rgen/util/file_change_detector.rb
Instance Attribute Summary collapse
-
#digest ⇒ Object
Returns the value of attribute digest.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#digest ⇒ Object
Returns the value of attribute digest
13 14 15 |
# File 'lib/rgen/util/file_change_detector.rb', line 13 def digest @digest end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
13 14 15 |
# File 'lib/rgen/util/file_change_detector.rb', line 13 def @timestamp end |