Libraries
»
ruby-kong
(0.1.1)
»
Index (U)
»
RubyKong
»
Utils
Module: RubyKong::Utils
Defined in:
lib/ruby-kong/utils.rb
Class Method Summary
collapse
.
endpoint_builder
(path) ⇒ Object
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