Class: Marbu::Models::ExceptionLink
- Inherits:
-
Object
- Object
- Marbu::Models::ExceptionLink
- Defined in:
- lib/marbu/models/exception_link.rb
Class Method Summary collapse
Class Method Details
.get_exception_fix_link(error, uuid) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/marbu/models/exception_link.rb', line 4 def self.get_exception_fix_link(error, uuid) case error when 'NS_ERROR' then '#misc' when 'QUERY_ERROR' then '#query' when 'MAP_COMPILE_ERROR' then '#map' end end |