Class: Gopher::Handlers::BaseHandler

Inherits:
Object
  • Object
show all
Includes:
Rendering
Defined in:
lib/gopher2000/handlers/base_handler.rb

Overview

Base class for custom request handlers. Any custom handler code should inherit from this class.

Direct Known Subclasses

DirectoryHandler

Constant Summary

Constants included from Rendering

Rendering::LINE_ENDING

Instance Attribute Summary collapse

Instance Attribute Details

#applicationObject

Returns the value of attribute application.



12
13
14
# File 'lib/gopher2000/handlers/base_handler.rb', line 12

def application
  @application
end