Sha256: 458ec1fd063a5be672b27a1f3c5713978e109d029b664450f5b0419da01c7430
Contents?: true
Size: 267 Bytes
Versions: 11
Compression:
Stored size: 267 Bytes
Contents
module Octospy class Parser module Download def parse_download_event { status: "download #{@event.payload.name}", title: @event.payload.description, link: @event.payload.html_url } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems