Class: Caldera::Events::StatsEvent::Memory

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

Instance Attribute Summary collapse

Instance Attribute Details

#allocatedObject

Returns the value of attribute allocated

Returns:

  • (Object)

    the current value of allocated



70
71
72
# File 'lib/caldera/events.rb', line 70

def allocated
  @allocated
end

#freeObject

Returns the value of attribute free

Returns:

  • (Object)

    the current value of free



70
71
72
# File 'lib/caldera/events.rb', line 70

def free
  @free
end

#reservableObject

Returns the value of attribute reservable

Returns:

  • (Object)

    the current value of reservable



70
71
72
# File 'lib/caldera/events.rb', line 70

def reservable
  @reservable
end

#usedObject

Returns the value of attribute used

Returns:

  • (Object)

    the current value of used



70
71
72
# File 'lib/caldera/events.rb', line 70

def used
  @used
end