Sha256: 02d56b0df6f4c2be2d99209126ea749ebc80f18980fdf722a83c324751d56980
Contents?: true
Size: 600 Bytes
Versions: 24
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::ActionStrictWithOptions describe SnapTrade::ActionStrictWithOptions do let(:instance) { SnapTrade::ActionStrictWithOptions.new } describe 'test an instance of ActionStrictWithOptions' do it 'should create an instance of ActionStrictWithOptions' do expect(instance).to be_instance_of(SnapTrade::ActionStrictWithOptions) end end end
Version data entries
24 entries across 24 versions & 1 rubygems