Method: FuseClient::CreateLinkTokenResponse#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



92
93
94
95
96
# File 'lib/fuse_client/models/create_link_token_response.rb', line 92

def valid?
  return false if @link_token.nil?
  return false if @request_id.nil?
  true
end