Class: ProcView::PSTATS
- Inherits:
-
Struct
- Object
- Struct
- ProcView::PSTATS
- Defined in:
- lib/procview.rb
Instance Attribute Summary collapse
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#emap ⇒ Object
Returns the value of attribute emap.
-
#hmap ⇒ Object
Returns the value of attribute hmap.
-
#resume ⇒ Object
Returns the value of attribute resume.
Instance Attribute Details
#cwd ⇒ Object
Returns the value of attribute cwd
17 18 19 |
# File 'lib/procview.rb', line 17 def cwd @cwd end |
#emap ⇒ Object
Returns the value of attribute emap
17 18 19 |
# File 'lib/procview.rb', line 17 def emap @emap end |
#hmap ⇒ Object
Returns the value of attribute hmap
17 18 19 |
# File 'lib/procview.rb', line 17 def hmap @hmap end |
#resume ⇒ Object
Returns the value of attribute resume
17 18 19 |
# File 'lib/procview.rb', line 17 def resume @resume end |