Class: Fog::Storage::Softlayer::Memory::MemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Fog::Storage::Softlayer::Memory::MemoryInfo
- Defined in:
- lib/fog/softlayer/storage.rb
Overview
informational output from analysis
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#loops ⇒ Object
Returns the value of attribute loops.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#roots ⇒ Object
Returns the value of attribute roots.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
204 205 206 |
# File 'lib/fog/softlayer/storage.rb', line 204 def bytes @bytes end |
#loops ⇒ Object
Returns the value of attribute loops
204 205 206 |
# File 'lib/fog/softlayer/storage.rb', line 204 def loops @loops end |
#objects ⇒ Object
Returns the value of attribute objects
204 205 206 |
# File 'lib/fog/softlayer/storage.rb', line 204 def objects @objects end |
#roots ⇒ Object
Returns the value of attribute roots
204 205 206 |
# File 'lib/fog/softlayer/storage.rb', line 204 def roots @roots end |