Class: Once::CacheStats
- Inherits:
-
Struct
- Object
- Struct
- Once::CacheStats
- Defined in:
- lib/buildonce.rb
Instance Attribute Summary collapse
-
#action_bytes ⇒ Object
Returns the value of attribute action_bytes.
-
#action_count ⇒ Object
Returns the value of attribute action_count.
-
#blob_bytes ⇒ Object
Returns the value of attribute blob_bytes.
-
#blob_count ⇒ Object
Returns the value of attribute blob_count.
Instance Attribute Details
#action_bytes ⇒ Object
Returns the value of attribute action_bytes
20 21 22 |
# File 'lib/buildonce.rb', line 20 def action_bytes @action_bytes end |
#action_count ⇒ Object
Returns the value of attribute action_count
20 21 22 |
# File 'lib/buildonce.rb', line 20 def action_count @action_count end |
#blob_bytes ⇒ Object
Returns the value of attribute blob_bytes
20 21 22 |
# File 'lib/buildonce.rb', line 20 def blob_bytes @blob_bytes end |
#blob_count ⇒ Object
Returns the value of attribute blob_count
20 21 22 |
# File 'lib/buildonce.rb', line 20 def blob_count @blob_count end |