Class: BurpExtender::Menu Private
- Defined in:
- lib/buby/burp_extender/menu.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #burp ⇒ Object private
Instance Method Summary collapse
-
#initialize(burp_extender, name = nil) ⇒ Menu
constructor
private
A new instance of Menu.
Constructor Details
#initialize(burp_extender, name = nil) ⇒ Menu
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Menu.
5 6 7 8 9 |
# File 'lib/buby/burp_extender/menu.rb', line 5 def initialize burp_extender, name = nil name ||= burp_extender.handler.class.name @burp = burp_extender super name end |
Instance Attribute Details
#burp ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'lib/buby/burp_extender/menu.rb', line 4 def burp @burp end |