Class: ChConnect::TransportResult Private
- Inherits:
-
Data
- Object
- Data
- ChConnect::TransportResult
- Defined in:
- lib/ch_connect/transport_result.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Immutable result from transport layer.
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
11 |
# File 'lib/ch_connect/transport_result.rb', line 11 TransportResult = Data.define(:body, :summary) |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
11 |
# File 'lib/ch_connect/transport_result.rb', line 11 TransportResult = Data.define(:body, :summary) |