Method: Klaviyo::Template#hash
- Defined in:
- lib/klaviyo_sdk/models/template.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
148 149 150 |
# File 'lib/klaviyo_sdk/models/template.rb', line 148 def hash [object, id, name, html, is_writeable, created, updated].hash end |