Class: Sparrow::ResponseSteward

Inherits:
Steward
  • Object
show all
Defined in:
lib/sparrow/response_steward.rb

Instance Attribute Summary

Attributes inherited from Steward

#allowed_accepts, #allowed_content_types, #excluded_routes, #http_message, #ignored_response_codes, #route_parser

Instance Method Summary collapse

Methods inherited from Steward

#initialize

Constructor Details

This class inherits a constructor from Sparrow::Steward

Instance Method Details

#has_processable_http_message?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/sparrow/response_steward.rb', line 3

def has_processable_http_message?
  super && processable_status?
end