Class: Alephant::Broker::Response::NotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/alephant/broker/response.rb

Constant Summary

Constants inherited from Base

Base::STATUS_CODE_MAPPING

Instance Attribute Summary

Attributes inherited from Base

#content, #headers, #status

Instance Method Summary collapse

Constructor Details

#initializeNotFound

Returns a new instance of NotFound.



10
11
12
# File 'lib/alephant/broker/response.rb', line 10

def initialize
  super(404)
end