Sha256: 2cdfeed5ee750a4c9fb87e75ed403f1c5c2da82269df09be6f9eb04ded4b0dac
Contents?: true
Size: 403 Bytes
Versions: 7
Compression:
Stored size: 403 Bytes
Contents
module Unimatrix::Iris class Stream < Unimatrix::DynamicResource field :id field :created_at field :updated_at field :uuid field :name field :stream_type field :realm_uuid has_many :stream_inputs has_many :stream_outputs has_many :stream_encoders has_many :stream_recorders has_many :stream_transmutators has_many :stream_transcribers end end
Version data entries
7 entries across 7 versions & 1 rubygems