Class: Sicily::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/sicily/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



11
12
13
# File 'lib/sicily/generator.rb', line 11

def content
  @content
end

#filenameObject

Returns the value of attribute filename.



11
12
13
# File 'lib/sicily/generator.rb', line 11

def filename
  @filename
end

#load_on_startObject

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_messageObject

Returns the value of attribute post_generate_message.



11
12
13
# File 'lib/sicily/generator.rb', line 11

def post_generate_message
  @post_generate_message
end