Class: Cinch::Plugin::ClassMethods::Match Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



7
8
9
# File 'lib/cinch/plugin.rb', line 7

def method
  @method
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



7
8
9
# File 'lib/cinch/plugin.rb', line 7

def pattern
  @pattern
end

#use_prefixObject

Returns the value of attribute use_prefix

Returns:

  • (Object)

    the current value of use_prefix



7
8
9
# File 'lib/cinch/plugin.rb', line 7

def use_prefix
  @use_prefix
end

#use_suffixObject

Returns the value of attribute use_suffix

Returns:

  • (Object)

    the current value of use_suffix



7
8
9
# File 'lib/cinch/plugin.rb', line 7

def use_suffix
  @use_suffix
end