Sha256: 8243f7b40a05e7e284e18083276c70ac607a42c0ea8cb26697af007f8e7f8712
Contents?: true
Size: 1.16 KB
Versions: 30
Compression:
Stored size: 1.16 KB
Contents
=begin # Mux Ruby - Copyright 2019 Mux Inc. # NOTE: This file is auto generated. Do not edit this file manually. =end require 'spec_helper' require 'json' # Unit tests for MuxRuby::PlaybackIDApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PlaybackIDApi' do before do # run before each test @instance = MuxRuby::PlaybackIDApi.new end after do # run after each test end describe 'test an instance of PlaybackIDApi' do it 'should create an instance of PlaybackIDApi' do expect(@instance).to be_instance_of(MuxRuby::PlaybackIDApi) end end # unit tests for get_asset_or_livestream_id # Retrieve an Asset or Live Stream ID # Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID. # @param playback_id The live stream's playback ID. # @param [Hash] opts the optional parameters # @return [GetAssetOrLiveStreamIdResponse] describe 'get_asset_or_livestream_id test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
30 entries across 30 versions & 1 rubygems