module Crygen::Modules::InstanceVar

Overview

Module that is used to store and add the instance variables.

Direct including types

Defined in:

modules/instance_var.cr

Instance Method Summary

Instance Method Detail

def add_instance_var(name : String, type : String, value : String | Nil = nil) : self #

Adds an argument with default value.


[View source]
def generate_instance_vars : String #

Generate the instance vars.


[View source]