Class: Workling::Routing::Base

Inherits:
Hash
  • Object
show all
Defined in:
lib/workling/routing/base.rb

Direct Known Subclasses

ClassAndMethodRouting, StaticRouting

Instance Method Summary collapse

Instance Method Details

#method_nameObject

Raises:

  • (Exception)


8
9
10
# File 'lib/workling/routing/base.rb', line 8

def method_name
  raise Exception.new("method_name not implemented.")
end