Class: ProcView::PSTATS

Inherits:
Struct
  • Object
show all
Defined in:
lib/procview.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cwdObject

Returns the value of attribute cwd

Returns:

  • the current value of cwd



17
18
19
# File 'lib/procview.rb', line 17

def cwd
  @cwd
end

#emapObject

Returns the value of attribute emap

Returns:

  • the current value of emap



17
18
19
# File 'lib/procview.rb', line 17

def emap
  @emap
end

#hmapObject

Returns the value of attribute hmap

Returns:

  • the current value of hmap



17
18
19
# File 'lib/procview.rb', line 17

def hmap
  @hmap
end

#resumeObject

Returns the value of attribute resume

Returns:

  • the current value of resume



17
18
19
# File 'lib/procview.rb', line 17

def resume
  @resume
end