Class: ProtoGenerator

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/runways/generators/proto_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_proto_fileObject



8
9
10
# File 'lib/runways/generators/proto_generator.rb', line 8

def generate_proto_file
  template("templates/template.proto.tt", "#{name}/proto/#{name}.proto")
end