Class: Mqttopia::Subscriptions::Services::Base
- Inherits:
-
Object
- Object
- Mqttopia::Subscriptions::Services::Base
- Extended by:
- Helpers::DataExtractor
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/mqttopia/subscriptions/services/base.rb
Direct Known Subclasses
Class Method Summary collapse
Methods included from Helpers::DataExtractor
extract_trip_id, extract_user_id
Class Method Details
.call(topic, payload, _options = {}) ⇒ Object
13 14 15 |
# File 'lib/mqttopia/subscriptions/services/base.rb', line 13 def self.call(topic, payload, = {}) raise NotImplementedError end |