Class: Muwu::ProjectException::LynxNotAvailable

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

Instance Method Summary collapse

Constructor Details

#initializeLynxNotAvailable

Returns a new instance of LynxNotAvailable.



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

def initialize
  $stderr.puts "#{self.class}"
end

Instance Method Details

#reportObject



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

def report
  "lynx is not available"
end

#typeObject



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

def type
  :view
end