The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

fetch_feed_service.rb 64 B

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