Class: FlameGenerateToys::Template::Base
- Inherits:
-
Object
- Object
- FlameGenerateToys::Template::Base
- Includes:
- Toys::Template
- Defined in:
- lib/flame_generate_toys/template/_base.rb
Overview
Base template for entities generation
Instance Attribute Summary collapse
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
Instance Method Summary collapse
-
#initialize(namespace:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(namespace:) ⇒ Base
Returns a new instance of Base.
11 12 13 |
# File 'lib/flame_generate_toys/template/_base.rb', line 11 def initialize(namespace:) @namespace = namespace end |
Instance Attribute Details
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace.
9 10 11 |
# File 'lib/flame_generate_toys/template/_base.rb', line 9 def namespace @namespace end |