Method: ICWS::Connection#generate_uri
- Defined in:
- lib/icws/connection.rb
#generate_uri(path) ⇒ String
Generates a full uri given the resource path.
84 85 86 |
# File 'lib/icws/connection.rb', line 84 def generate_uri(path) base_uri + path end |