Exception: SlackBot::Errors::InteractionClassNotImplemented

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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_nameObject (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