Class Msf::Module::Reference
In: lib/msf/core/module/reference.rb
Parent: Object

A reference to some sort of information. This is typically a URL, but could be any type of referential value that people could use to research a topic.

Methods

==   from_s   from_s   new   to_s  

Attributes

str  [R]  The reference string.

Public Class methods

Serialize a reference from a string.

Initializes a reference from a string.

Public Instance methods

Compares references to see if their equal.

Serializes the reference instance from a string.

Returns the reference as a string.

[Validate]