Class: RFlow::Components::HTTP::Server::ClosedConnection
- Inherits:
-
Object
- Object
- RFlow::Components::HTTP::Server::ClosedConnection
- Defined in:
- lib/rflow/components/http/server.rb
Instance Attribute Summary collapse
-
#client_details ⇒ Object
Returns the value of attribute client_details.
Instance Method Summary collapse
-
#initialize(client_details) ⇒ ClosedConnection
constructor
A new instance of ClosedConnection.
Constructor Details
#initialize(client_details) ⇒ ClosedConnection
Returns a new instance of ClosedConnection.
60 61 62 |
# File 'lib/rflow/components/http/server.rb', line 60 def initialize(client_details) @client_details = client_details end |
Instance Attribute Details
#client_details ⇒ Object
Returns the value of attribute client_details.
59 60 61 |
# File 'lib/rflow/components/http/server.rb', line 59 def client_details @client_details end |