Method: ElasticEmail::SmtpCredentials#valid?
- Defined in:
- lib/ElasticEmail/models/smtp_credentials.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
149 150 151 152 |
# File 'lib/ElasticEmail/models/smtp_credentials.rb', line 149 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |