Class: PEdump::Packer::Match
Direct Known Subclasses
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#packer ⇒ Object
Returns the value of attribute packer.
Instance Method Summary collapse
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
9 10 11 |
# File 'lib/pedump/packer.rb', line 9 def offset @offset end |
#packer ⇒ Object
Returns the value of attribute packer
9 10 11 |
# File 'lib/pedump/packer.rb', line 9 def packer @packer end |
Instance Method Details
#name ⇒ Object
10 11 12 |
# File 'lib/pedump/packer.rb', line 10 def name packer.name end |