Method: Plaid::Status#valid?

Defined in:
lib/plaid/models/status.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
# File 'lib/plaid/models/status.rb', line 87

def valid?
  true
end