Module: FileboundClient::Endpoints::Version
- Defined in:
- lib/filebound_client/endpoints/version.rb
Overview
Module for Version resource endpoint
Instance Method Summary collapse
-
#api_version ⇒ String
Gets the API version.
Instance Method Details
#api_version ⇒ String
Gets the API version
7 8 9 |
# File 'lib/filebound_client/endpoints/version.rb', line 7 def api_version get('/version') end |