struct Mint::DocumentationGenerator::Argument

Included Modules

Defined in:

documentation_generator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, value : Nil | String = nil, type : Nil | String = nil, name : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def type : String | Nil #

[View source]
def value : String | Nil #

[View source]