Sha256: eddcd70238da61e3710a6f1598f4fe2f4c3de460376645fed0a365b6b3e1edaa

Contents?: true

Size: 1.57 KB

Versions: 11

Compression:

Stored size: 1.57 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::UserInfo
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe AuditApi::UserInfo do
  let(:instance) { AuditApi::UserInfo.new }

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

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

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

11 entries across 11 versions & 2 rubygems

Version Path
pnap_audit_api-1.0.6 spec/models/user_info_spec.rb
pnap_audit_api-1.0.5 spec/models/user_info_spec.rb
pnap_audit_api-1.0.4 spec/models/user_info_spec.rb
pnap_audit_api-1.0.3 spec/models/user_info_spec.rb
pnap_audit_api-1.0.2 spec/models/user_info_spec.rb
pnap_audit_api-1.0.1 spec/models/user_info_spec.rb
pnap_audit_api-1.0.0 spec/models/user_info_spec.rb
example_fdhbiopcnmeocbr_gem_misc-1.6.6 spec/models/user_info_spec.rb
example_fdhbiopcnmeocbr_gem_misc-1.5.5 spec/models/user_info_spec.rb
example_fdhbiopcnmeocbr_gem_misc-1.2.5 spec/models/user_info_spec.rb
example_fdhbiopcnmeocbr_gem_misc-1.2.3 spec/models/user_info_spec.rb