Class: Cinch::Plugin::ClassMethods::Pattern

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

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



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

def method
  @method
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



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

def pattern
  @pattern
end

#use_prefixObject

Returns the value of attribute use_prefix

Returns:

  • (Object)

    the current value of use_prefix



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

def use_prefix
  @use_prefix
end