Method: ICWS::Connection#generate_uri

Defined in:
lib/icws/connection.rb

#generate_uri(path) ⇒ String

Generates a full uri given the resource path.

Parameters:

  • path (String)

    The path to the ReST resource.

Returns:

  • (String)

    The full url.



84
85
86
# File 'lib/icws/connection.rb', line 84

def generate_uri(path)
    base_uri + path
end