Class: Pod::Helper::BootstrapDelegateH

Inherits:
TemplateFile show all
Defined in:
lib/pod/helper/template_file.rb

Instance Method Summary collapse

Methods inherited from TemplateFile

#exists?, #file, #fixture_path, #initialize, #template, #write

Constructor Details

This class inherits a constructor from Pod::Helper::TemplateFile

Instance Method Details

#nameObject



60
61
62
# File 'lib/pod/helper/template_file.rb', line 60

def name
  "#{@project_prefix}BootstrapDelegate.h"
end

#template_nameObject



64
65
66
# File 'lib/pod/helper/template_file.rb', line 64

def template_name
  'BootstrapDelegate.h'
end