Sha256: cfb5032e7d288bb00e023abb28d7c2b984e182e8cfff01a128a44b05b6494fbb
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
module Brakefast module Notification class ModelWarnings < Base # TODO: move to base? def title "vulnerability found: ModelWarnings" end def body "#{message} - #{path}:#{line}" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brakefast-0.0.2 | lib/brakefast/notification/model_warnings.rb |
brakefast-0.0.1 | lib/brakefast/notification/model_warnings.rb |