Class: Spoom::Coverage::Cards::Timeline::Calls
- Defined in:
- lib/spoom/coverage/report.rb
Instance Method Summary collapse
-
#initialize(snapshots:, title: "Calls Timeline") ⇒ Calls
constructor
: (snapshots: Array, ?title: String) -> void.
Methods inherited from Timeline
#commits_for_dates, #months, #ticks
Constructor Details
#initialize(snapshots:, title: "Calls Timeline") ⇒ Calls
: (snapshots: Array, ?title: String) -> void
175 176 177 |
# File 'lib/spoom/coverage/report.rb', line 175 def initialize(snapshots:, title: "Calls Timeline") super(title: title, timeline: D3::Timeline::Calls.new("timeline_calls", snapshots)) end |