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



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

def bytes
  @bytes
end

#loopsObject

Returns the value of attribute loops



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

def loops
  @loops
end

#objectsObject

Returns the value of attribute objects



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

def objects
  @objects
end

#rootsObject

Returns the value of attribute roots



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

def roots
  @roots
end