Sha256: 162fb8e090728ea8c4341cc130c74de33e332574ea59039d13009fc0c01ee94b
Contents?: true
Size: 600 Bytes
Versions: 47
Compression:
Stored size: 600 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
47 entries across 47 versions & 1 rubygems