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
Generated on Thursday, October 01 2009 at 02:14:40 AM by YARD 0.2.3.5 (ruby-1.8.6).