Sha256: 95a1aad21067c7d39592a5b85c01e70bf34f76e6002babd8aee487f737d579c9
Contents?: true
Size: 1.79 KB
Versions: 11
Compression:
Stored size: 1.79 KB
Contents
=begin #Audit Log API #The Audit Logs API lets you read audit log entries and track API calls or activities in the Bare Metal Cloud Portal.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/bmc-server-management-via-api#audit-log-api' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/audit/v1/)</b> The version of the OpenAPI document: 1.0 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.4.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for AuditApi::Request # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AuditApi::Request do let(:instance) { AuditApi::Request.new } describe 'test an instance of Request' do it 'should create an instance of Request' do expect(instance).to be_instance_of(AuditApi::Request) end end describe 'test attribute "headers"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "uri"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "verb"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["POST", "PUT", "PATCH", "DELETE"]) # validator.allowable_values.each do |value| # expect { instance.verb = value }.not_to raise_error # end end end end
Version data entries
11 entries across 11 versions & 2 rubygems