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

#initializeHeaderAccessor

Returns a new instance of HeaderAccessor.



84
85
# File 'lib/rex/peparsey/pebase.rb', line 84

def initialize
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def config
  @config
end

#dosObject

Returns the value of attribute dos.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def dos
  @dos
end

#exceptionsObject

Returns the value of attribute exceptions.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def exceptions
  @exceptions
end

#fileObject

Returns the value of attribute file.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def file
  @file
end

#optObject

Returns the value of attribute opt.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def opt
  @opt
end

#sectionsObject

Returns the value of attribute sections.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def sections
  @sections
end

#tlsObject

Returns the value of attribute tls.



83
84
85
# File 'lib/rex/peparsey/pebase.rb', line 83

def tls
  @tls
end