Class: EventStoreClient::Connection::UrlParser::ParsedUrl
- Inherits:
-
Struct
- Object
- Struct
- EventStoreClient::Connection::UrlParser::ParsedUrl
- Defined in:
- lib/event_store_client/connection/url_parser.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#params ⇒ Object
Returns the value of attribute params.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
14 15 16 |
# File 'lib/event_store_client/connection/url_parser.rb', line 14 def host @host end |
#params ⇒ Object
Returns the value of attribute params
14 15 16 |
# File 'lib/event_store_client/connection/url_parser.rb', line 14 def params @params end |
#password ⇒ Object
Returns the value of attribute password
14 15 16 |
# File 'lib/event_store_client/connection/url_parser.rb', line 14 def password @password end |
#port ⇒ Object
Returns the value of attribute port
14 15 16 |
# File 'lib/event_store_client/connection/url_parser.rb', line 14 def port @port end |
#scheme ⇒ Object
Returns the value of attribute scheme
14 15 16 |
# File 'lib/event_store_client/connection/url_parser.rb', line 14 def scheme @scheme end |
#user ⇒ Object
Returns the value of attribute user
14 15 16 |
# File 'lib/event_store_client/connection/url_parser.rb', line 14 def user @user end |