Method: ElasticEmail::SplitOptions#valid?

Defined in:
lib/ElasticEmail/models/split_options.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



109
110
111
112
# File 'lib/ElasticEmail/models/split_options.rb', line 109

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end