Class: ApplicationType::NotFound

Inherits:
RestApi::ResourceNotFound show all
Defined in:
app/models/application_type.rb

Instance Attribute Summary

Attributes inherited from RestApi::ResourceNotFound

#id

Instance Method Summary collapse

Methods inherited from RestApi::ResourceNotFound

#domain_missing?, #model, #to_s

Constructor Details

#initialize(id, response = nil) ⇒ NotFound

Returns a new instance of NotFound.



13
14
15
# File 'app/models/application_type.rb', line 13

def initialize(id, response=nil)
  super(ApplicationType.model_name, id, response)
end