Class: EventStore::HTTP::Connect::Telemetry::ConnectionEstablished

Inherits:
Struct
  • Object
show all
Defined in:
lib/event_store/http/connect/telemetry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject

Returns the value of attribute connection



20
21
22
# File 'lib/event_store/http/connect/telemetry.rb', line 20

def connection
  @connection
end

#hostObject

Returns the value of attribute host



20
21
22
# File 'lib/event_store/http/connect/telemetry.rb', line 20

def host
  @host
end

#ip_addressObject

Returns the value of attribute ip_address



20
21
22
# File 'lib/event_store/http/connect/telemetry.rb', line 20

def ip_address
  @ip_address
end

#portObject

Returns the value of attribute port



20
21
22
# File 'lib/event_store/http/connect/telemetry.rb', line 20

def port
  @port
end