Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::MIME::Part

Attributes

content[RW]
header[RW]

Public Class Methods

new() click to toggle source
# File lib/rex/mime/part.rb, line 9
def initialize
        self.header = Rex::MIME::Header.new
        self.content = ''
end

Public Instance Methods

to_s() click to toggle source
# File lib/rex/mime/part.rb, line 14
def to_s
        self.header.to_s + "\r\n" + self.content + "\r\n"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.