module Gapic::Generator
TODO: Enter docs Dooooooooocs!!!
Constants
- VERSION
Public Class Methods
find(type = nil)
click to toggle source
# File lib/gapic/generator.rb, line 23 def self.find type = nil type ||= "default" type_const = ActiveSupport::Inflector.camelize type require "gapic/generators/#{type}_generator" Kernel.const_get "Gapic::Generators::#{type_const}Generator" end