Sha256: 2775968850e58b72f1722b7efe588ce1309f3bf4751842a4ea4bfa8164f95015

Contents?: true

Size: 1.73 KB

Versions: 12

Compression:

Stored size: 1.73 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::HeartbeatApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'HeartbeatApi' do
  before do
    # run before each test
    @instance = TreezorClient::HeartbeatApi.new
  end

  after do
    # run after each test
  end

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

  # unit tests for get_heartbeat
  # Get the status of the API
  # Get Heartbeat of Treezor API
  # @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). 
  # @return [nil]
  describe 'get_heartbeat 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/heartbeat_api_spec.rb
treezor_client-2.1.0 spec/api/heartbeat_api_spec.rb
treezor_client-2.0.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.12.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.11.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.10.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.9.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.6.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.5.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.4.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.3.0 spec/api/heartbeat_api_spec.rb
treezor_client-1.2.0 spec/api/heartbeat_api_spec.rb