Method: FuseClient::GetInvestmentHoldingsRequest#list_invalid_properties
- Defined in:
- lib/fuse_client/models/get_investment_holdings_request.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
76 77 78 79 80 81 82 83 |
# File 'lib/fuse_client/models/get_investment_holdings_request.rb', line 76 def list_invalid_properties invalid_properties = Array.new if @access_token.nil? invalid_properties.push('invalid value for "access_token", access_token cannot be nil.') end invalid_properties end |