Class: Once::CacheStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/buildonce.rb

Instance Attribute Summary collapse

Instance Attribute Details

#action_bytesObject

Returns the value of attribute action_bytes

Returns:

  • (Object)

    the current value of action_bytes



20
21
22
# File 'lib/buildonce.rb', line 20

def action_bytes
  @action_bytes
end

#action_countObject

Returns the value of attribute action_count

Returns:

  • (Object)

    the current value of action_count



20
21
22
# File 'lib/buildonce.rb', line 20

def action_count
  @action_count
end

#blob_bytesObject

Returns the value of attribute blob_bytes

Returns:

  • (Object)

    the current value of blob_bytes



20
21
22
# File 'lib/buildonce.rb', line 20

def blob_bytes
  @blob_bytes
end

#blob_countObject

Returns the value of attribute blob_count

Returns:

  • (Object)

    the current value of blob_count



20
21
22
# File 'lib/buildonce.rb', line 20

def blob_count
  @blob_count
end