jasoncharnes/bank_teller

View on GitHub
lib/invoice.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Invoice has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

class Invoice
  def initialize(user, invoice)
    @user = user
    @invoice = invoice
  end
Severity: Minor
Found in lib/invoice.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status