ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/interfaces/api/entities/agfs_scheme_ten/claim.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module API
  module Entities
    module AGFSSchemeTen
      class Claim < BaseEntity
        expose :defendant
        expose :case_number
        expose :case_type
        expose :court
        expose :offence
        expose :offence_band
        expose :provider_name
        expose :user_name
        expose :representation_order_date
      end
    end
  end
end