Class: G5RepsClient::GetPickListsRequest
- Inherits:
-
Object
- Object
- G5RepsClient::GetPickListsRequest
- Defined in:
- lib/g5_reps_client/requests/get_pick_lists_request.rb
Class Method Summary collapse
Class Method Details
.execute(enterprise_key, wsdl, community_id) ⇒ Object
5 6 7 8 |
# File 'lib/g5_reps_client/requests/get_pick_lists_request.rb', line 5 def self.execute(enterprise_key, wsdl, community_id) = { enterprise_key: "#{enterprise_key}", community_id: "#{community_id}"} SavonAdapter.call(:get_pick_lists, , wsdl) end |