Class: I18nAdmin::Errors::ResourceNotFound
- Defined in:
- lib/i18n_admin/errors/resource_not_found.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
Method Summary
Methods inherited from Base
#assign_attributes, #initialize, #messages, #type
Constructor Details
This class inherits a constructor from I18nAdmin::Errors::Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/i18n_admin/errors/resource_not_found.rb', line 4 def id @id end |
#key ⇒ Object
Returns the value of attribute key.
4 5 6 |
# File 'lib/i18n_admin/errors/resource_not_found.rb', line 4 def key @key end |
#model_name ⇒ Object
Returns the value of attribute model_name.
4 5 6 |
# File 'lib/i18n_admin/errors/resource_not_found.rb', line 4 def model_name @model_name end |