Method: SubscriptionClientNotice.error_types
- Defined in:
- app/models/subscription_client_notice.rb
.error_types ⇒ Object
24 25 26 27 28 29 |
# File 'app/models/subscription_client_notice.rb', line 24 def self.error_types @error_types ||= [ types[:connection_error], types[:warning] ] end |