Class: Yobi::CheckError

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

Overview

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

#messageString

Returns:

  • (String)


84
85
86
# File 'lib/yobi/repository/check.rb', line 84

def message
  self["message"]
end