Class: Sicily::Generator
- Inherits:
-
Object
- Object
- Sicily::Generator
- Defined in:
- lib/sicily/generator.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#load_on_start ⇒ Object
Returns the value of attribute load_on_start.
-
#post_generate_message ⇒ Object
Returns the value of attribute post_generate_message.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
11 12 13 |
# File 'lib/sicily/generator.rb', line 11 def content @content end |
#filename ⇒ Object
Returns the value of attribute filename.
11 12 13 |
# File 'lib/sicily/generator.rb', line 11 def filename @filename end |
#load_on_start ⇒ Object
Returns the value of attribute load_on_start.
11 12 13 |
# File 'lib/sicily/generator.rb', line 11 def load_on_start @load_on_start end |
#post_generate_message ⇒ Object
Returns the value of attribute post_generate_message.
11 12 13 |
# File 'lib/sicily/generator.rb', line 11 def @post_generate_message end |