Class: Bowline::Generators::WindowGenerator
- Inherits:
-
NamedGenerator
show all
- Defined in:
- lib/bowline/generators/window.rb
Instance Method Summary
(collapse)
#initialize, #symbol_name
Methods inherited from Generator
chmod, #shebang, source_root, touch, #with_modules
Instance Method Details
- (Object) class_name
11
12
13
|
# File 'lib/bowline/generators/window.rb', line 11
def class_name
"#{self.name.camel_case}Window"
end
|
- (Object) file_name
15
16
17
|
# File 'lib/bowline/generators/window.rb', line 15
def file_name
"#{name}_window"
end
|
7
8
9
|
# File 'lib/bowline/generators/window.rb', line 7
def modules
[]
end
|