Exception: SlackBot::Errors::InteractionClassNotImplemented
- Inherits:
-
SlackBot::Error
- Object
- StandardError
- SlackBot::Error
- SlackBot::Errors::InteractionClassNotImplemented
- Defined in:
- lib/slack_bot/errors.rb,
sig/slack_bot.rbs
Instance Attribute Summary collapse
-
#class_name ⇒ String
readonly
Returns the value of attribute class_name.
Instance Method Summary collapse
-
#initialize(class_name) ⇒ InteractionClassNotImplemented
constructor
A new instance of InteractionClassNotImplemented.
Constructor Details
#initialize(class_name) ⇒ InteractionClassNotImplemented
Returns a new instance of InteractionClassNotImplemented.
42 43 44 |
# File 'lib/slack_bot/errors.rb', line 42 def initialize(class_name) @class_name = class_name end |
Instance Attribute Details
#class_name ⇒ String (readonly)
Returns the value of attribute class_name.
41 42 43 |
# File 'lib/slack_bot/errors.rb', line 41 def class_name @class_name end |