class ShouldaMatchmakers::Model::ActiveRecord::FactorySmModel
Attributes
app_class_name[RW]
Attribute Accessors ###
working_generated_code_line_length[RW]
Attribute Accessors ###
Public Class Methods
new(app_class_name, code_line_length)
click to toggle source
Methods ###
# File lib/model/active_record/factory_sm_model.rb, line 20 def initialize(app_class_name, code_line_length) @app_class_name = app_class_name @working_generated_code_line_length = code_line_length end