Class: Cinch::Plugin::ClassMethods::Match Private
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Plugin::ClassMethods::Match
- 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
-
#method ⇒ Object
Returns the value of attribute method.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#use_prefix ⇒ Object
Returns the value of attribute use_prefix.
-
#use_suffix ⇒ Object
Returns the value of attribute use_suffix.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
7 8 9 |
# File 'lib/cinch/plugin.rb', line 7 def method @method end |
#pattern ⇒ Object
Returns the value of attribute pattern
7 8 9 |
# File 'lib/cinch/plugin.rb', line 7 def pattern @pattern end |
#use_prefix ⇒ Object
Returns the value of attribute use_prefix
7 8 9 |
# File 'lib/cinch/plugin.rb', line 7 def use_prefix @use_prefix end |
#use_suffix ⇒ Object
Returns the value of attribute use_suffix
7 8 9 |
# File 'lib/cinch/plugin.rb', line 7 def use_suffix @use_suffix end |