Sha256: 2a90949d4a820e7005bf4e98517da3d0c8b75dd10c45b4572517e51d19a610bb
Contents?: true
Size: 601 Bytes
Versions: 15
Compression:
Stored size: 601 Bytes
Contents
=begin #SnapTrade #Connect brokerage accounts to your app for live positions and trading The version of the OpenAPI document: 1.0.0 Contact: api@snaptrade.com =end require 'spec_helper' require 'json' require 'date' # Unit tests for SnapTrade::ConnectionPortalVersion describe SnapTrade::ConnectionPortalVersion do let(:instance) { SnapTrade::ConnectionPortalVersion.new } describe 'test an instance of ConnectionPortalVersion' do it 'should create an instance of ConnectionPortalVersion' do expect(instance).to be_instance_of(SnapTrade::ConnectionPortalVersion) end end end
Version data entries
15 entries across 15 versions & 1 rubygems