fetch_feed_service.rb 64 B

12345
  1. class FetchFeedService
  2. def call(account)
  3. # todo
  4. end
  5. end