Sha256: 231a85ce0ddefb8b9c3765fb6e94ae34ca981800b09883118f02dcde82ff899c
Contents?: true
Size: 473 Bytes
Versions: 43
Compression:
Stored size: 473 Bytes
Contents
# frozen_string_literal: true require 'rrj/janus/responses/response' module RubyRabbitmqJanus module Janus module Responses # Janus Instanece response. class JanusInstance < Response def event 'JanusInstance update' end def id request['id'] end def instance JanusInstance.find(id) end def enable request['enable'] end end end end end
Version data entries
43 entries across 43 versions & 1 rubygems