Class: Pod::Helper::BootstrapDelegateM

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



70
71
72
# File 'lib/pod/helper/template_file.rb', line 70

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

#template_nameObject



74
75
76
# File 'lib/pod/helper/template_file.rb', line 74

def template_name
  'BootstrapDelegate.m'
end