Class: ReactOnRailsPro::RendererHttpClient::PersistentThreadClient::ResponseEnvelope
- Inherits:
-
Struct
- Object
- Struct
- ReactOnRailsPro::RendererHttpClient::PersistentThreadClient::ResponseEnvelope
- Defined in:
- lib/react_on_rails_pro/renderer_http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
179 180 181 |
# File 'lib/react_on_rails_pro/renderer_http_client.rb', line 179 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
179 180 181 |
# File 'lib/react_on_rails_pro/renderer_http_client.rb', line 179 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
179 180 181 |
# File 'lib/react_on_rails_pro/renderer_http_client.rb', line 179 def status @status end |