struct Mint::DocumentationGenerator::Entity

Included Modules

Defined in:

documentation_generator.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(*, description : Nil | String = nil, arguments : Nil | Array(Mint::DocumentationGenerator::Argument) = nil, mapping : Nil | String = nil, value : Nil | String = nil, type : Nil | String = nil, broken : Bool, name : String, kind : Mint::DocumentationGenerator::Kind) #

[View source]

Instance Method Detail

def arguments : Array(Argument) | Nil #

[View source]
def broken? : Bool #

[View source]
def description : String | Nil #

[View source]
def kind : Kind #

[View source]
def mapping : String | Nil #

[View source]
def name : String #

[View source]
def source : String | Nil #

[View source]
def type : String | Nil #

[View source]
def value : String | Nil #

[View source]