ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/interfaces/api/entities/injection_error_category.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module API
  module Entities
    class InjectionErrorCategory < BaseEntity
      expose :error_category
      expose :total
    end
  end
end