Class: TechnoGate::Contao::Generators::Base
- Defined in:
- lib/contao/generators/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/contao/generators/base.rb', line 7 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
5 6 7 |
# File 'lib/contao/generators/base.rb', line 5 def @options end |
Instance Method Details
#generate ⇒ Object
11 |
# File 'lib/contao/generators/base.rb', line 11 def generate; end |