Method: OryClient::EmailTemplateDataBody.attribute_map
- Defined in:
- lib/ory-client/models/email_template_data_body.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
23 24 25 26 27 28 |
# File 'lib/ory-client/models/email_template_data_body.rb', line 23 def self.attribute_map { :'html' => :'html', :'plaintext' => :'plaintext' } end |