Method: ElasticEmail::NewApiKey#valid?
- Defined in:
- lib/ElasticEmail/models/new_api_key.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
137 138 139 140 |
# File 'lib/ElasticEmail/models/new_api_key.rb', line 137 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |