Module: Volunteermatch::API::HelloWorld
- Included in:
- Client
- Defined in:
- lib/volunteermatch/api/hello_world.rb
Instance Method Summary collapse
Instance Method Details
#test(name) ⇒ Object
4 5 6 |
# File 'lib/volunteermatch/api/hello_world.rb', line 4 def test(name) call(:helloWorld, {:name => name}.to_json) end |