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