Method: AmaLayout::Notification#digest
- Defined in:
- lib/ama_layout/notification.rb
#digest ⇒ Object
44 45 46 47 48 |
# File 'lib/ama_layout/notification.rb', line 44 def digest Digest::SHA256.hexdigest( "#{type}#{header}#{content}#{brand}#{version}" ) end |