Class: Fog::Storage::Softlayer::Memory::MemoryInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/fog/softlayer/storage.rb

Overview

informational output from analysis

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



220
221
222
# File 'lib/fog/softlayer/storage.rb', line 220

def bytes
  @bytes
end

#loopsObject

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



220
221
222
# File 'lib/fog/softlayer/storage.rb', line 220

def loops
  @loops
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



220
221
222
# File 'lib/fog/softlayer/storage.rb', line 220

def objects
  @objects
end

#rootsObject

Returns the value of attribute roots

Returns:

  • (Object)

    the current value of roots



220
221
222
# File 'lib/fog/softlayer/storage.rb', line 220

def roots
  @roots
end