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