Sha256: 14060186993c5864cc74649c3c9e01173178aa4de2abc5df6670dda655bb9aa6

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

module Unimatrix::Alchemist

  class Text < Unimatrix::Resource

    field :id
    field :uuid
    field :realm_uuid
    field :input_url
    field :storage_url
    field :language
    field :content_type
    field :content_length
    field :name
    field :video_id
    field :video_uuid
    field :created_at
    field :updated_at

    has_many :renditions
    has_many :activity_proxies

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unimatrix-3.4.0 lib/unimatrix/alchemist/text.rb