Ruby interface for the Lokalise APIv2 that represents returned data as Ruby objects.
View the Project on GitHub lokalise/ruby-lokalise-api
@client.queued_processes(project_id) # Input:
## project_id (string, required)
# Output:
## Collection of queued processes
@client.queued_process(project_id, process_id) # Input:
## project_id (string, required)
## process_id (string, required)
# Output:
## Queued process resource