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
220 221 222 |
# File 'lib/fog/softlayer/storage.rb', line 220 def bytes @bytes end |
#loops ⇒ Object
Returns the value of attribute loops
220 221 222 |
# File 'lib/fog/softlayer/storage.rb', line 220 def loops @loops end |
#objects ⇒ Object
Returns the value of attribute objects
220 221 222 |
# File 'lib/fog/softlayer/storage.rb', line 220 def objects @objects end |
#roots ⇒ Object
Returns the value of attribute roots
220 221 222 |
# File 'lib/fog/softlayer/storage.rb', line 220 def roots @roots end |