Sha256: a80fa19ec5d6f66715d6f9aa7ab08f2ebf365efcce644c1f2691b29f79fe4e70

Contents?: true

Size: 734 Bytes

Versions: 2

Compression:

Stored size: 734 Bytes

Contents

=begin
#Bandwidth

#Bandwidth's Communication APIs

The version of the OpenAPI document: 1.0.0
Contact: letstalk@bandwidth.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.4.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for Bandwidth::RedirectMethodEnum
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe Bandwidth::RedirectMethodEnum do
  let(:instance) { Bandwidth::RedirectMethodEnum.new }

  describe 'test an instance of RedirectMethodEnum' do
    it 'should create an instance of RedirectMethodEnum' do
      expect(instance).to be_instance_of(Bandwidth::RedirectMethodEnum)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bandwidth-sdk-11.0.0.pre.beta.1.1 spec/unit/models/redirect_method_enum_spec.rb
bandwidth-sdk-11.0.0.pre.beta.1 spec/unit/models/redirect_method_enum_spec.rb