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.



78
79
# File 'lib/rex/peparsey/pebase.rb', line 78

def initialize
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def config
  @config
end

#dosObject

Returns the value of attribute dos.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def dos
  @dos
end

#exceptionsObject

Returns the value of attribute exceptions.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def exceptions
  @exceptions
end

#fileObject

Returns the value of attribute file.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def file
  @file
end

#optObject

Returns the value of attribute opt.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def opt
  @opt
end

#sectionsObject

Returns the value of attribute sections.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def sections
  @sections
end

#tlsObject

Returns the value of attribute tls.



77
78
79
# File 'lib/rex/peparsey/pebase.rb', line 77

def tls
  @tls
end