Sha256: 5955acb69b058e5aa8f3100a690f1f41bd29d60b4dc49742cdde651be0269d19
Contents?: true
Size: 667 Bytes
Versions: 4
Compression:
Stored size: 667 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::BrokerageAuthorizationTypeType describe SnapTrade::BrokerageAuthorizationTypeType do let(:instance) { SnapTrade::BrokerageAuthorizationTypeType.new } describe 'test an instance of BrokerageAuthorizationTypeType' do it 'should create an instance of BrokerageAuthorizationTypeType' do expect(instance).to be_instance_of(SnapTrade::BrokerageAuthorizationTypeType) end end end
Version data entries
4 entries across 4 versions & 1 rubygems