Class: Yobi::TagSummary

Inherits:
FancyHash show all
Defined in:
lib/yobi/repository/tag.rb,
sig/yobi.rbs

Overview

The "summary" message from a tag run, the final result once the command finishes. Dispatched to Yobi::TagOutcome#summary.

Instance Method Summary collapse

Methods inherited from FancyHash

#initialize, #inspect, #pretty_print

Constructor Details

This class inherits a constructor from Yobi::FancyHash

Instance Method Details

#changed_snapshotsInteger

Returns:

  • (Integer)


100
101
102
# File 'lib/yobi/repository/tag.rb', line 100

def changed_snapshots
  self["changed_snapshots"] || 0
end