Method: RadioManagerClient::StationApi#get_station
- Defined in:
- lib/radiomanager_client/api/station_api.rb
#get_station(opts = {}) ⇒ StationResult
Get own station only Get own station only
27 28 29 30 |
# File 'lib/radiomanager_client/api/station_api.rb', line 27 def get_station(opts = {}) data, _status_code, _headers = get_station_with_http_info(opts) return data end |