mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
This one as actually not really been refactored, too much work to rewrite it so I just encapsulated the result within the new methods definitions
11 lines
144 B
Ruby
11 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Reporting
|
|
module Reports
|
|
module XeroInvoices
|
|
class Summary < Base
|
|
end
|
|
end
|
|
end
|
|
end
|