ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/services/cclf/fee/warrant_fee_adapter.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module CCLF
  module Fee
    class WarrantFeeAdapter < SimpleBillAdapter
      acts_as_simple_bill bill_type: 'FEE_ADVANCE', bill_subtype: 'WARRANT'
    end
  end
end