Class: Alephant::Broker::Response::Status

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

#initializeStatus

Returns a new instance of Status.



16
17
18
# File 'lib/alephant/broker/response.rb', line 16

def initialize
  super(200)
end