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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of port



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

def port
  @port
end