Class: Rex::PeParsey::PeBase::HeaderAccessor

Inherits:
Object
  • Object
show all
Defined in:
lib/rex/peparsey/pebase.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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