Method: Klaviyo::Template#hash

Defined in:
lib/klaviyo_sdk/models/template.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



148
149
150
# File 'lib/klaviyo_sdk/models/template.rb', line 148

def hash
  [object, id, name, html, is_writeable, created, updated].hash
end