Class: Muwu::ProjectException::SubcontentsWillBeGeneratedAutomatically

Inherits:
Object
  • Object
show all
Defined in:
lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb

Instance Method Summary collapse

Constructor Details

#initialize(index) ⇒ SubcontentsWillBeGeneratedAutomatically

Returns a new instance of SubcontentsWillBeGeneratedAutomatically.



6
7
8
# File 'lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb', line 6

def initialize(index)
  @index = index
end

Instance Method Details

#reportObject



11
12
13
# File 'lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb', line 11

def report
  "Subcontents will be generated automatically. Ignoring outline directive (document #{@index})."
end

#typeObject



16
17
18
# File 'lib/muwu/project_exception/subcontents_will_be_generated_automatically copy.rb', line 16

def type
  :warning
end