Class: Ronin::Exploits::ExploitAuthor
- Author
- Ronin::Exploits::ExploitAuthor
Public Visibility
Public Class Method Summary
| exploit(repository = nil) |
The exploit the author wrote. |
|---|
Public Instance Method Summary
| #exploit |
The exploit the author wrote. |
|---|---|
| #exploit=(resource) |
The exploit the author wrote. |
Public Class Method Details
exploit
public
exploit(repository = nil)
The exploit the author wrote
[View source]
29 |
# File 'lib/ronin/exploits/exploit_author.rb', line 29 belongs_to :exploit, :nullable => true |
Public Instance Method Details
exploit
public
exploit
The exploit the author wrote
[View source]
29 |
# File 'lib/ronin/exploits/exploit_author.rb', line 29 belongs_to :exploit, :nullable => true |
exploit=
public
exploit=(resource)
The exploit the author wrote
[View source]
29 |
# File 'lib/ronin/exploits/exploit_author.rb', line 29 belongs_to :exploit, :nullable => true |