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:
parent
88359be7e4
commit
95ec6e0b4e
3 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
|||
class TransactionsFeedData
|
||||
attr_reader :family
|
||||
|
||||
def initialize(family, transactions)
|
||||
@family = family
|
||||
@transactions = transactions
|
||||
end
|
||||
|
||||
private
|
||||
attr_reader :transactions
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue