module Volunteermatch::API::ServiceStatus

Public Instance Methods

service_status() click to toggle source
# File lib/volunteermatch/api/service_status.rb, line 4
def service_status
  call(:getServiceStatus, {}.to_json)
end