1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 06:25:19 +02:00

Remove unused class

This commit is contained in:
Zach Gollwitzer 2025-07-18 17:48:38 -04:00
parent 88359be7e4
commit 95ec6e0b4e
3 changed files with 3 additions and 14 deletions

View file

@ -1,11 +0,0 @@
class TransactionsFeedData
attr_reader :family
def initialize(family, transactions)
@family = family
@transactions = transactions
end
private
attr_reader :transactions
end