class Cruml::Entities::ArgInfo

Overview

This consists of obtaining information about argument name and type.

Defined in:

entities/arg_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def type : String #

[View source]