Class: Bowline::Generators::WindowGenerator
Instance Method Summary
collapse
#initialize, #symbol_name
Methods inherited from Generator
chmod, #shebang, source_root, touch, #with_modules
Instance Method Details
#class_name ⇒ Object
11
12
13
|
# File 'lib/bowline/generators/window.rb', line 11
def class_name
"#{self.name.camel_case}Window"
end
|
#file_name ⇒ Object
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
|