Method: FuseClient::GetInvestmentHoldingsRequest#valid?

Defined in:
lib/fuse_client/models/get_investment_holdings_request.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



87
88
89
90
# File 'lib/fuse_client/models/get_investment_holdings_request.rb', line 87

def valid?
  return false if @access_token.nil?
  true
end