Class: Codegen::Generators::JavaSimpleApi

Inherits:
Base
  • Object
show all
Defined in:
lib/codegen/generators/java_simple_api.rb

Instance Method Summary collapse

Methods inherited from Base

converts_to, #generate!

Instance Method Details

#generate(options = {}) ⇒ Object



6
7
8
9
10
# File 'lib/codegen/generators/java_simple_api.rb', line 6

def generate options = {}
	if options[:type] == :entity
		generate_entity options
	end
end