Method: Buby::MessageEditorTab#getTabCaption
- Defined in:
- lib/buby/message_editor_tab.rb
#getTabCaption ⇒ String
Note:
Burp invokes this method once when the tab is first generated, and the same caption will be used every time the tab is displayed.
This method returns the caption that should appear on the custom tab when it is displayed.
33 |
# File 'lib/buby/message_editor_tab.rb', line 33 def getTabCaption; self.class.name; end |