Class: EventStore::HTTP::Connect::Telemetry::ConnectionAttemptFailed

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



18
19
20
# File 'lib/event_store/http/connect/telemetry.rb', line 18

def error
  @error
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



18
19
20
# File 'lib/event_store/http/connect/telemetry.rb', line 18

def host
  @host
end

#ip_addressObject

Returns the value of attribute ip_address

Returns:

  • (Object)

    the current value of ip_address



18
19
20
# File 'lib/event_store/http/connect/telemetry.rb', line 18

def ip_address
  @ip_address
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



18
19
20
# File 'lib/event_store/http/connect/telemetry.rb', line 18

def port
  @port
end