Sha256: 23d5aacae3b02f9af026ac7c1930a3c9cc99bb8d7e983fe6169ec5b216af230a
Contents?: true
Size: 1.47 KB
Versions: 12
Compression:
Stored size: 1.47 KB
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::GetMonitoringTimeseriesResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MuxRuby::GetMonitoringTimeseriesResponse do let(:instance) { MuxRuby::GetMonitoringTimeseriesResponse.new } describe 'test an instance of GetMonitoringTimeseriesResponse' do it 'should create an instance of GetMonitoringTimeseriesResponse' do expect(instance).to be_instance_of(MuxRuby::GetMonitoringTimeseriesResponse) end end describe 'test attribute "data"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "total_row_count"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "timeframe"' 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
12 entries across 12 versions & 1 rubygems