Method: ElasticEmail::SplitOptions#to_body

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

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



209
210
211
# File 'lib/ElasticEmail/models/split_options.rb', line 209

def to_body
  to_hash
end