Class: Jets::Router::MethodCreator::Root

Inherits:
Code
  • Object
show all
Defined in:
lib/jets/router/method_creator/root.rb

Instance Method Summary collapse

Methods inherited from Code

#action, #full_as, #full_meth_name, #full_path, #initialize, #method_name_leaf, #param_name, #path_method, #url_method

Methods included from Util

#get_controller_action, #handle_on!, #join, #underscore

Constructor Details

This class inherits a constructor from Jets::Router::MethodCreator::Code

Instance Method Details

#meth_argsObject



7
8
9
# File 'lib/jets/router/method_creator/root.rb', line 7

def meth_args
  nil
end

#meth_nameObject



3
4
5
# File 'lib/jets/router/method_creator/root.rb', line 3

def meth_name
  "root"
end

#meth_resultObject



11
12
13
# File 'lib/jets/router/method_creator/root.rb', line 11

def meth_result
  nil
end