Class: Rex::PeParsey::PeBase::HeaderAccessor
- Inherits:
-
Object
- Object
- Rex::PeParsey::PeBase::HeaderAccessor
- Defined in:
- lib/rex/peparsey/pebase.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#dos ⇒ Object
Returns the value of attribute dos.
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
-
#file ⇒ Object
Returns the value of attribute file.
-
#opt ⇒ Object
Returns the value of attribute opt.
-
#sections ⇒ Object
Returns the value of attribute sections.
-
#tls ⇒ Object
Returns the value of attribute tls.
Instance Method Summary collapse
-
#initialize ⇒ HeaderAccessor
constructor
A new instance of HeaderAccessor.
Constructor Details
#initialize ⇒ HeaderAccessor
Returns a new instance of HeaderAccessor.
78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 78 def initialize end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def config @config end |
#dos ⇒ Object
Returns the value of attribute dos.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def dos @dos end |
#exceptions ⇒ Object
Returns the value of attribute exceptions.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def exceptions @exceptions end |
#file ⇒ Object
Returns the value of attribute file.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def file @file end |
#opt ⇒ Object
Returns the value of attribute opt.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def opt @opt end |
#sections ⇒ Object
Returns the value of attribute sections.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def sections @sections end |
#tls ⇒ Object
Returns the value of attribute tls.
77 78 79 |
# File 'lib/rex/peparsey/pebase.rb', line 77 def tls @tls end |