Class: EventStoreClient::Connection::UrlParser::ParsedUrl

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



14
15
16
# File 'lib/event_store_client/connection/url_parser.rb', line 14

def host
  @host
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



14
15
16
# File 'lib/event_store_client/connection/url_parser.rb', line 14

def params
  @params
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



14
15
16
# File 'lib/event_store_client/connection/url_parser.rb', line 14

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



14
15
16
# File 'lib/event_store_client/connection/url_parser.rb', line 14

def port
  @port
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



14
15
16
# File 'lib/event_store_client/connection/url_parser.rb', line 14

def scheme
  @scheme
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



14
15
16
# File 'lib/event_store_client/connection/url_parser.rb', line 14

def user
  @user
end