Class: EventStore::HTTP::Connect::Telemetry::HostResolutionFailed
- Inherits:
-
Struct
- Object
- Struct
- EventStore::HTTP::Connect::Telemetry::HostResolutionFailed
- Defined in:
- lib/event_store/http/connect/telemetry.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
16 17 18 |
# File 'lib/event_store/http/connect/telemetry.rb', line 16 def error @error end |
#host ⇒ Object
Returns the value of attribute host
16 17 18 |
# File 'lib/event_store/http/connect/telemetry.rb', line 16 def host @host end |