Method: Plaid::AssetOwners#valid?

Defined in:
lib/plaid/models/asset_owners.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



82
83
84
85
# File 'lib/plaid/models/asset_owners.rb', line 82

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