Class: Home::Component::Index

Inherits:
Base::Component::Base
  • Object
show all
Defined in:
lib/generators/tsykvas_rails_template/install/templates/app/concepts/home/component/index.rb

Instance Method Summary collapse

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 = message
end