ministryofjustice/Claim-for-Crown-Court-Defence

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module API
  module Entities
    class RepresentationOrder < BaseEntity
      expose :id
      expose :uuid
      expose :maat_reference
      expose :representation_order_date, as: :date, format_with: :utc
    end
  end
end