Exception: SlackBot::Errors::ViewClassNotImplemented
- Inherits:
-
SlackBot::Error
- Object
- StandardError
- SlackBot::Error
- SlackBot::Errors::ViewClassNotImplemented
- 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) ⇒ ViewClassNotImplemented
constructor
A new instance of ViewClassNotImplemented.
Constructor Details
#initialize(class_name) ⇒ ViewClassNotImplemented
Returns a new instance of ViewClassNotImplemented.
49 50 51 |
# File 'lib/slack_bot/errors.rb', line 49 def initialize(class_name) @class_name = class_name end |
Instance Attribute Details
#class_name ⇒ String (readonly)
Returns the value of attribute class_name.
48 49 50 |
# File 'lib/slack_bot/errors.rb', line 48 def class_name @class_name end |