class IndexShotgun::Analyzer::Response
Attributes
Public Instance Methods
Source
# File lib/index_shotgun/analyzer.rb, line 12 def exit_if_failure! exit(1) unless successful? end
Source
# File lib/index_shotgun/analyzer.rb, line 8 def successful? duplicate_index_count == 0 end