Class: StorageGuardian::Entry
- Inherits:
-
Struct
- Object
- Struct
- StorageGuardian::Entry
- Defined in:
- lib/storage_guardian/scanner.rb
Instance Attribute Summary collapse
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#hash ⇒ Object
Returns the value of attribute hash
6 7 8 |
# File 'lib/storage_guardian/scanner.rb', line 6 def hash @hash end |
#mtime ⇒ Object
Returns the value of attribute mtime
6 7 8 |
# File 'lib/storage_guardian/scanner.rb', line 6 def mtime @mtime end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/storage_guardian/scanner.rb', line 6 def path @path end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/storage_guardian/scanner.rb', line 6 def size @size end |