class Amazonite::Codegen::Render

Defined in:

codegen/render.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(description : Service::Description) #

[View source]

Instance Method Detail

def client_file(filepath) #

[View source]
def enum_file(e : Service::Enum, filepath) #

[View source]
def exception_factory_file(filepath) #

[View source]
def model_file(model : Service::Structure, filepath) #

[View source]
def to_file(template_name : String, filepath : String, bindings = {} of String => Bindings::Base) #

[View source]
def to_s(template_name, bindings = {} of String => Bindings::Base) #

[View source]