Module: RubyKong::Utils

Defined in:
lib/ruby-kong/utils.rb

Class Method Summary collapse

Class Method Details

.endpoint_builder(path) ⇒ Object



4
5
6
# File 'lib/ruby-kong/utils.rb', line 4

def endpoint_builder(path)
  RubyKong.url + path
end