class G5RepsClient::GetPickListsRequest

Public Class Methods

execute(enterprise_key, wsdl, community_id) click to toggle source
# File lib/g5_reps_client/requests/get_pick_lists_request.rb, line 5
def self.execute(enterprise_key, wsdl, community_id)
  message = { enterprise_key: "#{enterprise_key}", community_id: "#{community_id}"}
  SavonAdapter.call(:get_pick_lists, message, wsdl)
end