Method: FuseClient::SyncTransactionsRequest#valid?
- Defined in:
- lib/fuse_client/models/sync_transactions_request.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
97 98 99 100 |
# File 'lib/fuse_client/models/sync_transactions_request.rb', line 97 def valid? return false if @access_token.nil? true end |