Class: Cinch::Plugin::ClassMethods::Hook 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

#forObject

Returns the value of attribute for

Returns:

  • (Object)

    the current value of for



13
14
15
# File 'lib/cinch/plugin.rb', line 13

def for
  @for
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



13
14
15
# File 'lib/cinch/plugin.rb', line 13

def method
  @method
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/cinch/plugin.rb', line 13

def type
  @type
end