Method: UAT::Discovery::API#new_uri

Defined in:
lib/uat/discovery/api.rb

#new_uri(uri_string) ⇒ URI::Generic

Parameters:

  • uri_string

    the uri string that should be converted to a URI object

Returns:

  • (URI::Generic)


36
37
38
# File 'lib/uat/discovery/api.rb', line 36

def new_uri(uri_string)
  URI(uri_string)
end