Class: Metasm::OS::Process::Module
- Inherits:
-
Object
- Object
- Metasm::OS::Process::Module
- Defined in:
- lib/metasm/os/main.rb
Instance Attribute Summary collapse
-
#addr ⇒ Object
Returns the value of attribute addr.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#addr ⇒ Object
Returns the value of attribute addr.
17 18 19 |
# File 'lib/metasm/os/main.rb', line 17 def addr @addr end |
#path ⇒ Object
Returns the value of attribute path.
17 18 19 |
# File 'lib/metasm/os/main.rb', line 17 def path @path end |
#size ⇒ Object
Returns the value of attribute size.
17 18 19 |
# File 'lib/metasm/os/main.rb', line 17 def size @size end |