module SynapseClient::APIOperations::List::ClassMethods
Public Instance Methods
list(params={}, list_action="show")
click to toggle source
# File lib/synapse_client/api_operations/list.rb, line 5 def list(params={}, list_action="show") response = SynapseClient.request(:post, url + list_action, params) return response unless response.successful? response.data end