Sha256: c65a8e6bd5878ad4a3c2e2321215c6974d68ac27e188f77e91d1878fa93d5d7f
Contents?: true
Size: 988 Bytes
Versions: 21
Compression:
Stored size: 988 Bytes
Contents
=begin #Mux API #Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before. The version of the OpenAPI document: v1 Contact: devex@mux.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.0.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MuxRuby::UpdateReferrerDomainRestrictionRequest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MuxRuby::UpdateReferrerDomainRestrictionRequest do let(:instance) { MuxRuby::UpdateReferrerDomainRestrictionRequest.new } describe 'test an instance of UpdateReferrerDomainRestrictionRequest' do it 'should create an instance of UpdateReferrerDomainRestrictionRequest' do expect(instance).to be_instance_of(MuxRuby::UpdateReferrerDomainRestrictionRequest) end end end
Version data entries
21 entries across 21 versions & 1 rubygems