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