Class: MsTeamsHermes::Actions::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/msteams_hermes/actions/base.rb

Overview

Base class of Actions representations

Direct Known Subclasses

OpenUrl

Instance Method Summary collapse

Instance Method Details

#to_hashObject



11
12
13
# File 'lib/msteams_hermes/actions/base.rb', line 11

def to_hash
  raise "Should be implemented on the subclass"
end