Class: EventStoreClient::Connection::Url::Node Private
- Inherits:
-
Struct
- Object
- Struct
- EventStoreClient::Connection::Url::Node
- 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
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
13 14 15 |
# File 'lib/event_store_client/connection/url.rb', line 13 def host @host end |
#port ⇒ Object
Returns the value of attribute port
13 14 15 |
# File 'lib/event_store_client/connection/url.rb', line 13 def port @port end |