struct Analyzer::Specification::Smithy::InputMember

Overview

A field on an @input structure with its derived param type.

Defined in:

analyzer/analyzers/specification/smithy.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, param_type _param_type = @param_type) #

[View source]
def name : String #

def param_type : String #