Class: Home::Component::Index
- Inherits:
-
Base::Component::Base
- Object
- Base::Component::Base
- Home::Component::Index
- Defined in:
- lib/generators/tsykvas_rails_template/install/templates/app/concepts/home/component/index.rb
Instance Method Summary collapse
-
#initialize(message:) ⇒ Index
constructor
A new instance of Index.
Constructor Details
#initialize(message:) ⇒ Index
Returns a new instance of Index.
4 5 6 |
# File 'lib/generators/tsykvas_rails_template/install/templates/app/concepts/home/component/index.rb', line 4 def initialize(message:) @message = end |