Class: Ptero::Generator::ApplicationStylesheetGenerator
- Inherits:
-
StylesheetGenerator
- Object
- Ptero::Generator
- StylesheetGenerator
- Ptero::Generator::ApplicationStylesheetGenerator
- Defined in:
- lib/ptero/generators/applicationstylesheetgenerator.rb
Overview
Generate stylesheets to be used by application layouts
Constant Summary
Constants inherited from Ptero::Generator
Instance Attribute Summary
Attributes inherited from StylesheetGenerator
Attributes inherited from Ptero::Generator
Instance Method Summary collapse
-
#initialize(name = 'application', desc = 'The main application stylesheet') ⇒ ApplicationStylesheetGenerator
constructor
Initialize with name and description.
Methods inherited from StylesheetGenerator
Methods inherited from Ptero::Generator
const_missing, #content, #content_params, #extension, #filename, #generate, #generated?, #location, #path, #reload, #remove, #template_path, #to_s, #type
Constructor Details
#initialize(name = 'application', desc = 'The main application stylesheet') ⇒ ApplicationStylesheetGenerator
Initialize with name and description
13 14 15 |
# File 'lib/ptero/generators/applicationstylesheetgenerator.rb', line 13 def initialize(name='application',desc='The main application stylesheet') super(name,desc) end |