Class: Protozoa::Views::Error

Inherits:
Layout
  • Object
show all
Defined in:
lib/amiba/frontend/views/error.rb

Instance Attribute Summary collapse

Attributes inherited from Layout

#name

Method Summary

Methods inherited from Layout

#edit_url, #escaped_name, #title, #view_url

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



4
5
6
# File 'lib/amiba/frontend/views/error.rb', line 4

def message
  @message
end