module Volunteermatch::API::HelloWorld
Public Instance Methods
test(name)
click to toggle source
# File lib/volunteermatch/api/hello_world.rb, line 4 def test(name) call(:helloWorld, {:name => name}.to_json) end