Class: Rivulet::CLI::Commands::Generate::Resource

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/rivulet/cli/generate/resource.rb

Instance Method Summary collapse

Instance Method Details

#call(name:, **options) ⇒ Object



17
18
19
20
# File 'lib/rivulet/cli/generate/resource.rb', line 17

def call(name:, **options)
  Handler.new.call(name: name, **options)
  Service.new.call(name: name, **options)
end