Class: MsTeamsHermes::Components::Base
- Inherits:
-
Object
- Object
- MsTeamsHermes::Components::Base
- Defined in:
- lib/msteams_hermes/components/base.rb
Overview
Base class of Components representations
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
12 13 14 |
# File 'lib/msteams_hermes/components/base.rb', line 12 def to_hash raise "Should be implemented on the subclass" end |