Class: ChConnect::TransportResult Private

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



11
# File 'lib/ch_connect/transport_result.rb', line 11

TransportResult = Data.define(:body, :summary)

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



11
# File 'lib/ch_connect/transport_result.rb', line 11

TransportResult = Data.define(:body, :summary)