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
82 83 84 85 |
# File 'lib/plaid/models/asset_owners.rb', line 82 def valid? return false if @asset_owner.nil? true end |