Sha256: f3b0f97094ffe4459ab7cd77069e27cf0e81bc4b810e2c6dab1d468271f90c26
Contents?: true
Size: 396 Bytes
Versions: 22
Compression:
Stored size: 396 Bytes
Contents
module Unimatrix::Iris class Stream < Unimatrix::Resource 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
22 entries across 22 versions & 1 rubygems