Method: ElasticEmail::Suppression.attribute_map
- Defined in:
- lib/ElasticEmail/models/suppression.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
32 33 34 35 36 37 38 39 |
# File 'lib/ElasticEmail/models/suppression.rb', line 32 def self.attribute_map { :'email' => :'Email', :'friendly_error_message' => :'FriendlyErrorMessage', :'error_code' => :'ErrorCode', :'date_updated' => :'DateUpdated' } end |