Class: Caldera::Events::StatsEvent::Memory
- Inherits:
-
Struct
- Object
- Struct
- Caldera::Events::StatsEvent::Memory
- Defined in:
- lib/caldera/events.rb
Instance Attribute Summary collapse
-
#allocated ⇒ Object
Returns the value of attribute allocated.
-
#free ⇒ Object
Returns the value of attribute free.
-
#reservable ⇒ Object
Returns the value of attribute reservable.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Attribute Details
#allocated ⇒ Object
Returns the value of attribute allocated
70 71 72 |
# File 'lib/caldera/events.rb', line 70 def allocated @allocated end |
#free ⇒ Object
Returns the value of attribute free
70 71 72 |
# File 'lib/caldera/events.rb', line 70 def free @free end |
#reservable ⇒ Object
Returns the value of attribute reservable
70 71 72 |
# File 'lib/caldera/events.rb', line 70 def reservable @reservable end |
#used ⇒ Object
Returns the value of attribute used
70 71 72 |
# File 'lib/caldera/events.rb', line 70 def used @used end |