Class: ShouldaMatchmakers::Controller::ActionController::ActionControllerControllerSmModel
- Inherits:
-
Object
- Object
- ShouldaMatchmakers::Controller::ActionController::ActionControllerControllerSmModel
- Includes:
- ActionDispatch::Routing, ActionControllerControllerSmModelHelper, Matchmaker::Callbacks, Matchmaker::FilterParam, Matchmaker::Permit, Matchmaker::RedirectTo, Matchmaker::RenderTemplate, Matchmaker::RenderWithLayout, Matchmaker::RescueFrom, Matchmaker::RespondWith, Matchmaker::Route, Matchmaker::SetFlash, Matchmaker::SetSession
- Defined in:
- lib/controller/action_controller/action_controller_controller_sm_model.rb
Instance Attribute Summary collapse
-
#app_controller_name ⇒ Object
Attribute Accessors ###.
-
#working_generated_code_line_length ⇒ Object
Attribute Accessors ###.
Instance Method Summary collapse
-
#initialize(app_controller_name, app_action_controller_descendants_names, code_line_length) ⇒ ActionControllerControllerSmModel
constructor
Methods ###.
Methods included from ActionControllerControllerSmModelHelper
#append_element, #compose_extended_app_controller_file_path, #compose_route_controller, #containing_method_is_action, #format_tests, #get_app_controller_file_path, #get_app_controller_routes_by_action, #get_app_controller_routes_by_path, #get_route_http_method, #properly_line_space_tests
Methods included from Matchmaker::SetSession
Methods included from Matchmaker::SetFlash
Methods included from Matchmaker::Route
Methods included from Matchmaker::RescueFrom
Methods included from Matchmaker::RespondWith
Methods included from Matchmaker::RenderWithLayout
#render_with_layout_matcher_tests
Methods included from Matchmaker::RenderTemplate
#render_template_matcher_tests
Methods included from Matchmaker::RedirectTo
Methods included from Matchmaker::Permit
Methods included from Matchmaker::FilterParam
Methods included from Matchmaker::Callbacks
Constructor Details
#initialize(app_controller_name, app_action_controller_descendants_names, code_line_length) ⇒ ActionControllerControllerSmModel
Methods ###
43 44 45 46 47 |
# File 'lib/controller/action_controller/action_controller_controller_sm_model.rb', line 43 def initialize(app_controller_name, app_action_controller_descendants_names, code_line_length) @app_controller_name = app_controller_name @app_action_controller_descendants_names = app_action_controller_descendants_names @working_generated_code_line_length = code_line_length end |
Instance Attribute Details
#app_controller_name ⇒ Object
Attribute Accessors ###
38 39 40 |
# File 'lib/controller/action_controller/action_controller_controller_sm_model.rb', line 38 def app_controller_name @app_controller_name end |
#working_generated_code_line_length ⇒ Object
Attribute Accessors ###
38 39 40 |
# File 'lib/controller/action_controller/action_controller_controller_sm_model.rb', line 38 def working_generated_code_line_length @working_generated_code_line_length end |