Sha256: 74854656f09f11290e1a71be7dd0a0c943ca6c34ea765d4ad65e4bc336ca0deb

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

=begin
#Payments API

#Payments API are currently designed to fetch Transactions only.

The version of the OpenAPI document: 0.1
Contact: support@phoenixnap.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0

=end

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

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

  describe 'test an instance of Error' do
    it 'should create an instance of Error' do
      # uncomment below to test the instance creation
      #expect(instance).to be_instance_of(PaymentsApi::Error)
    end
  end

  describe 'test attribute "message"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "validation_errors"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_payments_api-1.0.1 spec/models/error_spec.rb
pnap_payments_api-1.0.0 spec/models/error_spec.rb