Class: ShouldaMatchmakers::Controller::ActionController::ActionControllerControllerSmModel

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#set_session_matcher_tests

Methods included from Matchmaker::SetFlash

#set_flash_matcher_tests

Methods included from Matchmaker::Route

#route_matcher_tests

Methods included from Matchmaker::RescueFrom

#rescue_from_matcher_tests

Methods included from Matchmaker::RespondWith

#respond_with_matcher_tests

Methods included from Matchmaker::RenderWithLayout

#render_with_layout_matcher_tests

Methods included from Matchmaker::RenderTemplate

#render_template_matcher_tests

Methods included from Matchmaker::RedirectTo

#redirect_to_matcher_tests

Methods included from Matchmaker::Permit

#permit_matcher_tests

Methods included from Matchmaker::FilterParam

#filter_param_matcher_tests

Methods included from Matchmaker::Callbacks

#use_action_matcher_tests

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_nameObject

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_lengthObject

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