Class: EventStoreClient::Connection::Url::Node Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/event_store_client/connection/url.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



13
14
15
# File 'lib/event_store_client/connection/url.rb', line 13

def host
  @host
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



13
14
15
# File 'lib/event_store_client/connection/url.rb', line 13

def port
  @port
end