Exception: SlackBot::Errors::InteractionClassNotImplemented

Inherits:
SlackBot::Error
  • Object
show all
Defined in:
lib/slack_bot/errors.rb,
sig/slack_bot.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(class_name) ⇒ InteractionClassNotImplemented

Returns a new instance of InteractionClassNotImplemented.

Parameters:

  • class_name (String)


42
43
44
# File 'lib/slack_bot/errors.rb', line 42

def initialize(class_name)
  @class_name = class_name
end

Instance Attribute Details

#class_nameString (readonly)

Returns the value of attribute class_name.

Returns:

  • (String)


41
42
43
# File 'lib/slack_bot/errors.rb', line 41

def class_name
  @class_name
end