struct Oxide::Introspection::ArgumentInfo

Defined in:

oxide/introspection/argument_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, argument : Oxide::Argument) #

[View source]

Instance Method Detail

def argument : Oxide::Argument #

[View source]
def default_value(*args, **options) #

[View source]
def default_value(*args, **options, &) #

[View source]
def deprecated?(*args, **options) #

[View source]
def deprecated?(*args, **options, &) #

[View source]
def deprecation_reason(*args, **options) #

[View source]
def deprecation_reason(*args, **options, &) #

[View source]
def description(*args, **options) #

[View source]
def description(*args, **options, &) #

[View source]
def name : String #

[View source]
def type(*args, **options) #

[View source]
def type(*args, **options, &) #

[View source]