Class: Cinch::Plugin::ClassMethods::Hook Private
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Plugin::ClassMethods::Hook
- 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
-
#for ⇒ Object
Returns the value of attribute for.
-
#method ⇒ Object
Returns the value of attribute method.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#for ⇒ Object
Returns the value of attribute for
13 14 15 |
# File 'lib/cinch/plugin.rb', line 13 def for @for end |
#method ⇒ Object
Returns the value of attribute method
13 14 15 |
# File 'lib/cinch/plugin.rb', line 13 def method @method end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/cinch/plugin.rb', line 13 def type @type end |