Sha256: 7b115fbe86339f2c0730a4100be63a325199135b2d287695a54e5eeb83735d21

Contents?: true

Size: 1.87 KB

Versions: 12

Compression:

Stored size: 1.87 KB

Contents

=begin
#Treezor

#Treezor API.  more info [here](https://www.treezor.com). 

OpenAPI spec version: 0.1.1

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.3.1

=end

require 'spec_helper'
require 'json'

# Unit tests for TreezorClient::BalanceApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'BalanceApi' do
  before do
    # run before each test
    @instance = TreezorClient::BalanceApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of BalanceApi' do
    it 'should create an instance of BalanceApi' do
      expect(@instance).to be_instance_of(TreezorClient::BalanceApi)
    end
  end

  # unit tests for get_balances
  # search balances
  # Get balances that match search criteria.
  # @param [Hash] opts the optional parameters
  # @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). 
  # @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). 
  # @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). 
  # @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). 
  # @option opts [Integer] :wallet_id Wallet's ID of wanted balance
  # @option opts [Integer] :user_id Wallet's user id of wanted balanced
  # @return [InlineResponse2002]
  describe 'get_balances test' 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

12 entries across 12 versions & 1 rubygems

Version Path
treezor_client-2.1.1 spec/api/balance_api_spec.rb
treezor_client-2.1.0 spec/api/balance_api_spec.rb
treezor_client-2.0.0 spec/api/balance_api_spec.rb
treezor_client-1.12.0 spec/api/balance_api_spec.rb
treezor_client-1.11.0 spec/api/balance_api_spec.rb
treezor_client-1.10.0 spec/api/balance_api_spec.rb
treezor_client-1.9.0 spec/api/balance_api_spec.rb
treezor_client-1.6.0 spec/api/balance_api_spec.rb
treezor_client-1.5.0 spec/api/balance_api_spec.rb
treezor_client-1.4.0 spec/api/balance_api_spec.rb
treezor_client-1.3.0 spec/api/balance_api_spec.rb
treezor_client-1.2.0 spec/api/balance_api_spec.rb