robertboloc/moodle

View on GitHub
lib/moodle/services/webservice.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Moodle
  module Service
    module Webservice
      # Return some site info / user info / list web service functions
      def core_webservice_get_site_info
        Hashie::Mash.new request
      end
    end
  end
end