Class: PasteHub::PluginBase
- Inherits:
-
Object
- Object
- PasteHub::PluginBase
- Defined in:
- lib/pastehub/plugin_base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#display_config ⇒ Object
display plugin’s config info or status.
-
#initialize ⇒ PluginBase
constructor
A new instance of PluginBase.
-
#newly_arrived(message) ⇒ Object
for customization of newly arraived message.
Constructor Details
#initialize ⇒ PluginBase
Returns a new instance of PluginBase.
36 37 |
# File 'lib/pastehub/plugin_base.rb', line 36 def initialize end |
Instance Method Details
#display_config ⇒ Object
display plugin’s config info or status
40 41 |
# File 'lib/pastehub/plugin_base.rb', line 40 def display_config end |
#newly_arrived(message) ⇒ Object
for customization of newly arraived message.
44 45 |
# File 'lib/pastehub/plugin_base.rb', line 44 def newly_arrived () end |