Module: ScormEngine::Api::Endpoints::Ping

Included in:
ScormEngine::Api::Endpoints
Defined in:
lib/scorm_engine/api/endpoints/ping.rb

Instance Method Summary collapse

Instance Method Details

#get_pingScormEngine::Response

Get back a message indicating that the API is working.



12
13
14
15
16
# File 'lib/scorm_engine/api/endpoints/ping.rb', line 12

def get_ping
  response = get("ping")

  Response.new(raw_response: response)
end