class AHierarch::Method

Included Modules

Defined in:

docextractor/ahierarch.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def abstract : Bool #

[View source]
def abstract=(abstract __arg0 : Bool) #

[View source]
def args : Array(Argument) #

[View source]
def args=(args : Array(Argument)) #

[View source]
def args_string : String | Nil #

[View source]
def args_string=(args_string : String | Nil) #

[View source]
def def : CrystalDef #

[View source]
def def=(def __arg0 : CrystalDef) #

[View source]
def doc : String | Nil #

[View source]
def doc=(doc : String | Nil) #

[View source]
def html_id : String #

[View source]
def html_id=(html_id : String) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def return_type #

[View source]
def source_link : String | Nil #

[View source]
def source_link=(source_link : String | Nil) #

[View source]
def summary : String | Nil #

[View source]
def summary=(summary : String | Nil) #

[View source]