Sha256: 8593cbc79312cd2f890720c202c34ec4ece60c75b401f479029d0acb78d41d80
Contents?: true
Size: 544 Bytes
Versions: 47
Compression:
Stored size: 544 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::NotionalValue describe SnapTrade::NotionalValue do describe '.openapi_one_of' do it 'lists the items referenced in the oneOf array' do expect(described_class.openapi_one_of).to_not be_empty end end describe '.build' do it 'returns the correct model' do end end end
Version data entries
47 entries across 47 versions & 1 rubygems