Class: Cinch::Plugin::ClassMethods::Matcher

Inherits:
Struct
  • Object
show all
Defined in:
lib/cinch/plugin.rb

Overview

Represents a Matcher as created by #match.

Instance Attribute Summary collapse

Instance Attribute Details

#group ⇒ Symbol

Returns the current value of group.

Returns:

  • (Symbol) —

    the current value of group



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def group
  @group
end

#method ⇒ Symbol

Returns the current value of method.

Returns:

  • (Symbol) —

    the current value of method



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def method
  @method
end

#pattern ⇒ String, ...

Returns the current value of pattern.

Returns:

  • (String, Regexp, Proc) —

    the current value of pattern



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def pattern
  @pattern
end

#prefix ⇒ Object

Returns the value of attribute prefix

Returns:

  • (Object) —

    the current value of prefix



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def prefix
  @prefix
end

#react_on ⇒ Object

Returns the value of attribute react_on

Returns:

  • (Object) —

    the current value of react_on



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def react_on
  @react_on
end

#strip_colors ⇒ Object

Returns the value of attribute strip_colors

Returns:

  • (Object) —

    the current value of strip_colors



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def strip_colors
  @strip_colors
end

#suffix ⇒ Object

Returns the value of attribute suffix

Returns:

  • (Object) —

    the current value of suffix



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def suffix
  @suffix
end

#use_prefix ⇒ Boolean

Returns the current value of use_prefix.

Returns:

  • (Boolean) —

    the current value of use_prefix



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def use_prefix
  @use_prefix
end

#use_suffix ⇒ Boolean

Returns the current value of use_suffix.

Returns:

  • (Boolean) —

    the current value of use_suffix



83
84
85
# File 'lib/cinch/plugin.rb', line 83

def use_suffix
  @use_suffix
end