Exception: SlackBot::Errors::InteractionClassNotImplemented
- Inherits:
-
SlackBot::Error
- Object
- StandardError
- SlackBot::Error
- SlackBot::Errors::InteractionClassNotImplemented
- Defined in:
- lib/slack_bot/errors.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
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.
36 37 38 |
# File 'lib/slack_bot/errors.rb', line 36 def initialize(class_name) @class_name = class_name end |
Instance Attribute Details
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name.
35 36 37 |
# File 'lib/slack_bot/errors.rb', line 35 def class_name @class_name end |