Sha256: 1e26b930dd54f1cc4e321814b3bf9fce8216f425c806b66c33d937bbe7ab990d

Contents?: true

Size: 1.25 KB

Versions: 60

Compression:

Stored size: 1.25 KB

Contents

=begin
#Carbon

#Connect external data to LLMs, no matter the source.

The version of the OpenAPI document: 1.0.0
=end

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

# Unit tests for Carbon::ListItemsFiltersNullable
describe Carbon::ListItemsFiltersNullable do
  let(:instance) { Carbon::ListItemsFiltersNullable.new }

  describe 'test an instance of ListItemsFiltersNullable' do
    it 'should create an instance of ListItemsFiltersNullable' do
      expect(instance).to be_instance_of(Carbon::ListItemsFiltersNullable)
    end
  end
  describe 'test attribute "external_ids"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "ids"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "root_files_only"' 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

60 entries across 60 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.46 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.45 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.44 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.43 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.42 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.41 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.40 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.39 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.38 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.37 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.36 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.35 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.34 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.33 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.32 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.31 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.30 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.29 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.28 spec/models/list_items_filters_nullable_spec.rb
carbon_ruby_sdk-0.2.27 spec/models/list_items_filters_nullable_spec.rb