Class: MsTeamsHermes::MsTeams::Entities::Base

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

Overview

Super class for entities to enforce overridding the ‘to_hash` method

Direct Known Subclasses

Mention

Instance Method Summary collapse

Instance Method Details

#to_hashObject



8
9
10
# File 'lib/msteams_hermes/msteams/entities/base.rb', line 8

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