class AHierarch::Constant

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 doc : String | Nil #

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

[View source]
def name : String #

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

[View source]
def summary : String | Nil #

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

[View source]
def value : String #

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

[View source]