Class: Bsdkrun::RestoreResult
- Inherits:
-
Struct
- Object
- Struct
- Bsdkrun::RestoreResult
- Defined in:
- lib/bsdkrun/cache.rb
Overview
What a restore did. A miss is not an error — check restored.
Instance Attribute Summary collapse
-
#compression ⇒ Object
Returns the value of attribute compression.
-
#created ⇒ Object
Returns the value of attribute created.
-
#key ⇒ Object
Returns the value of attribute key.
-
#path ⇒ Object
Returns the value of attribute path.
-
#requested_key ⇒ Object
Returns the value of attribute requested_key.
-
#restored ⇒ Object
Returns the value of attribute restored.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#compression ⇒ Object
Returns the value of attribute compression
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def compression @compression end |
#created ⇒ Object
Returns the value of attribute created
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def created @created end |
#key ⇒ Object
Returns the value of attribute key
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def key @key end |
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def path @path end |
#requested_key ⇒ Object
Returns the value of attribute requested_key
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def requested_key @requested_key end |
#restored ⇒ Object
Returns the value of attribute restored
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def restored @restored end |
#size ⇒ Object
Returns the value of attribute size
21 22 23 |
# File 'lib/bsdkrun/cache.rb', line 21 def size @size end |