Class: RailsWayback::CacheInventory::Entry
- Inherits:
-
Struct
- Object
- Struct
- RailsWayback::CacheInventory::Entry
- Defined in:
- lib/rails_wayback/cache_inventory.rb
Instance Attribute Summary collapse
-
#file_count ⇒ Object
Returns the value of attribute file_count.
-
#last_accessed_at ⇒ Object
Returns the value of attribute last_accessed_at.
-
#path ⇒ Object
Returns the value of attribute path.
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Method Summary collapse
Instance Attribute Details
#file_count ⇒ Object
Returns the value of attribute file_count
18 19 20 |
# File 'lib/rails_wayback/cache_inventory.rb', line 18 def file_count @file_count end |
#last_accessed_at ⇒ Object
Returns the value of attribute last_accessed_at
18 19 20 |
# File 'lib/rails_wayback/cache_inventory.rb', line 18 def last_accessed_at @last_accessed_at end |
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/rails_wayback/cache_inventory.rb', line 18 def path @path end |
#sha ⇒ Object
Returns the value of attribute sha
18 19 20 |
# File 'lib/rails_wayback/cache_inventory.rb', line 18 def sha @sha end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes
18 19 20 |
# File 'lib/rails_wayback/cache_inventory.rb', line 18 def size_bytes @size_bytes end |
#valid ⇒ Object
Returns the value of attribute valid
18 19 20 |
# File 'lib/rails_wayback/cache_inventory.rb', line 18 def valid @valid end |
Instance Method Details
#valid? ⇒ Boolean
22 23 24 |
# File 'lib/rails_wayback/cache_inventory.rb', line 22 def valid? valid end |