Class: Spoom::Coverage::Cards::Timeline::RBIs

Inherits:
Spoom::Coverage::Cards::Timeline show all
Extended by:
T::Sig
Defined in:
lib/spoom/coverage/report.rb

Constant Summary

Constants inherited from Card

Card::TEMPLATE

Instance Attribute Summary

Attributes inherited from Card

#body, #title

Instance Method Summary collapse

Methods inherited from Template

#erb, #get_binding, #html

Constructor Details

#initialize(snapshots:, title: "RBIs Timeline") ⇒ RBIs

Returns a new instance of RBIs.



201
202
203
# File 'lib/spoom/coverage/report.rb', line 201

def initialize(snapshots:, title: "RBIs Timeline")
  super(title: title, timeline: D3::Timeline::RBIs.new("timeline_rbis", snapshots))
end