Class: HooplaSalesforce::TemplateProcessor::Generic

Inherits:
Base
  • Object
show all
Defined in:
lib/hoopla_salesforce/template_processor.rb

Instance Attribute Summary

Attributes inherited from Base

#base, #file, #src

Instance Method Summary collapse

Methods inherited from Base

#each_resource_file, #initialize

Methods included from CaptureHelper

#capture

Constructor Details

This class inherits a constructor from HooplaSalesforce::TemplateProcessor::Base

Instance Method Details

#output_fileObject



30
31
32
# File 'lib/hoopla_salesforce/template_processor.rb', line 30

def output_file
  file.sub(/\.erb$/, '')
end