Class: SynsbasenApi::TestCenter
- Defined in:
- lib/synsbasen_api/resources/test_center.rb
Overview
The TestCenter
class provides methods for interacting with test center-related
endpoints in the Synsbasen API.
Constant Summary
Constants inherited from Client
Class Method Summary collapse
-
.all ⇒ ApiResponse
Retrieves information about all test centers.
Methods inherited from Client
Class Method Details
.all ⇒ ApiResponse
Retrieves information about all test centers.
12 13 14 |
# File 'lib/synsbasen_api/resources/test_center.rb', line 12 def all get("/v1/#{resource_name}") end |