Sha256: 765f5d76f669cbc62ddb3dcb1ec6da176781fae81cf2fcc02430a1247e6c68d7
Contents?: true
Size: 296 Bytes
Versions: 8
Compression:
Stored size: 296 Bytes
Contents
module ArtemisApi class Item < ArtemisApi::Model json_type 'items' def self.find_all(facility_id:, batch_id:, client:, include: nil, filters: nil) client.find_all(self.json_type, facility_id: facility_id, batch_id: batch_id, include: include, filters: filters) end end end
Version data entries
8 entries across 8 versions & 1 rubygems