class Muwu::ProjectException::NavigatorNotRecommendedWithSingleDocument

Public Class Methods

new(index) click to toggle source
# File lib/muwu/project_exception/navigator_not_recommended_with_stdout.rb, line 6
def initialize(index)
  @index = index
end

Public Instance Methods

report() click to toggle source
# File lib/muwu/project_exception/navigator_not_recommended_with_stdout.rb, line 11
def report
  "Navigator not recommended with a single outlined document."
end
type() click to toggle source
# File lib/muwu/project_exception/navigator_not_recommended_with_stdout.rb, line 16
def type
  :warning
end