Class: Cinch::Plugin::ClassMethods::Listener Private
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Plugin::ClassMethods::Listener
- Defined in:
- lib/cinch/plugin.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
-
#event ⇒ Object
Returns the value of attribute event.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
9 10 11 |
# File 'lib/cinch/plugin.rb', line 9 def event @event end |
#method ⇒ Object
Returns the value of attribute method
9 10 11 |
# File 'lib/cinch/plugin.rb', line 9 def method @method end |