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



233
234
235
# File 'lib/fog/softlayer/storage.rb', line 233

def bytes
  @bytes
end

#loopsObject

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



233
234
235
# File 'lib/fog/softlayer/storage.rb', line 233

def loops
  @loops
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



233
234
235
# File 'lib/fog/softlayer/storage.rb', line 233

def objects
  @objects
end

#rootsObject

Returns the value of attribute roots

Returns:

  • (Object)

    the current value of roots



233
234
235
# File 'lib/fog/softlayer/storage.rb', line 233

def roots
  @roots
end