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



211
212
213
# File 'lib/fog/softlayer/storage.rb', line 211

def bytes
  @bytes
end

#loopsObject

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



211
212
213
# File 'lib/fog/softlayer/storage.rb', line 211

def loops
  @loops
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



211
212
213
# File 'lib/fog/softlayer/storage.rb', line 211

def objects
  @objects
end

#rootsObject

Returns the value of attribute roots

Returns:

  • (Object)

    the current value of roots



211
212
213
# File 'lib/fog/softlayer/storage.rb', line 211

def roots
  @roots
end