class ModelMaker::Source::MutableImplementationRenderer

Public Instance Methods

generated_file(template_vars) click to toggle source
# File src/lib/modelmaker.rb, line 474
def generated_file(template_vars)
    "#{template_vars.entity.mutable_class}.m"
end
template_file() click to toggle source
# File src/lib/modelmaker.rb, line 470
def template_file
    'mutable_implementation.erb'
end