Sha256: f7b31fd97879ad984dc8af7cbe1d1ac6130cf3dc2daf9592f4046b877337d818
Contents?: true
Size: 394 Bytes
Versions: 8
Compression:
Stored size: 394 Bytes
Contents
class PeakFlowUtils::NotifierResponse attr_reader :bug_report_id, :bug_report_instance_id, :project_id, :project_slug, :url def initialize(bug_report_id:, bug_report_instance_id:, project_id:, project_slug:, url:) @bug_report_id = bug_report_id @bug_report_instance_id = bug_report_instance_id @project_id = project_id @project_slug = project_slug @url = url end end
Version data entries
8 entries across 8 versions & 1 rubygems