Class: Twterm::Event::Notification::Error

Inherits:
AbstractNotification show all
Defined in:
lib/twterm/event/notification/error.rb

Instance Attribute Summary

Attributes inherited from AbstractNotification

#time

Instance Method Summary collapse

Methods inherited from AbstractNotification

#fields, #initialize

Methods inherited from Base

#fields, #initialize

Methods included from Utils

check_type

Constructor Details

This class inherits a constructor from Twterm::Event::Notification::AbstractNotification

Instance Method Details

#colorObject



7
8
9
# File 'lib/twterm/event/notification/error.rb', line 7

def color
  [:white, :red]
end