Class: Rex::PeParsey::PeBase::ImportEntry
- Inherits:
-
Object
- Object
- Rex::PeParsey::PeBase::ImportEntry
- Defined in:
- lib/rex/peparsey/pebase.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#ordinal ⇒ Object
Returns the value of attribute ordinal.
Instance Method Summary collapse
-
#initialize(_name, _ordinal) ⇒ ImportEntry
constructor
A new instance of ImportEntry.
Constructor Details
#initialize(_name, _ordinal) ⇒ ImportEntry
Returns a new instance of ImportEntry.
258 259 260 261 |
# File 'lib/rex/peparsey/pebase.rb', line 258 def initialize(_name, _ordinal) self.name = _name self.ordinal = _ordinal end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
257 258 259 |
# File 'lib/rex/peparsey/pebase.rb', line 257 def name @name end |
#ordinal ⇒ Object
Returns the value of attribute ordinal.
257 258 259 |
# File 'lib/rex/peparsey/pebase.rb', line 257 def ordinal @ordinal end |