Class: HooplaSalesforce::TemplateProcessor::Generic
- Defined in:
- lib/hoopla_salesforce/template_processor.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#each_resource_file, #initialize
Methods included from CaptureHelper
Constructor Details
This class inherits a constructor from HooplaSalesforce::TemplateProcessor::Base
Instance Method Details
#output_file ⇒ Object
30 31 32 |
# File 'lib/hoopla_salesforce/template_processor.rb', line 30 def output_file file.sub(/\.erb$/, '') end |