lib/keikokuc/notification.rb in keikokuc-0.0.1 vs lib/keikokuc/notification.rb in keikokuc-0.0.2
- old
+ new
@@ -13,11 +13,12 @@
# else
# # handle error
# end
#
class Keikokuc::Notification
- ATTRS = %w[message target severity url
- producer_api_key remote_id errors].freeze
+ ATTRS = %w[message url severity
+ target_name account_email
+ producer_api_key remote_id errors].freeze
attr_accessor *ATTRS
# Public: class constructor
#