Class: Cinch::Plugin::ClassMethods::Hook
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Plugin::ClassMethods::Hook
- Defined in:
- lib/cinch/plugin.rb
Overview
Represents a Hook as created by #hook.
Instance Attribute Summary (collapse)
-
- (Array<Symbol>) for
The current value of for.
-
- (Symbol) method
The current value of method.
-
- (Symbol) type
The current value of type.
Instance Attribute Details
- (Array<Symbol>) for
The current value of for
110 111 112 |
# File 'lib/cinch/plugin.rb', line 110 def for @for end |
- (Symbol) method
The current value of method
110 111 112 |
# File 'lib/cinch/plugin.rb', line 110 def method @method end |
- (Symbol) type
The current value of type
110 111 112 |
# File 'lib/cinch/plugin.rb', line 110 def type @type end |