struct Oxide::Introspection::FieldInfo
Defined in:
oxide/introspection/field_info.cr
Constructors
Instance Method Summary
-
#arguments(*args, **options)
-
#arguments(*args, **options, &)
-
#deprecated?(*args, **options)
-
#deprecated?(*args, **options, &)
-
#deprecation_reason(*args, **options)
-
#deprecation_reason(*args, **options, &)
-
#description
-
#field : Oxide::BaseField
-
#name : String
-
#type(*args, **options)
-
#type(*args, **options, &)
Constructor Detail
Instance Method Detail
def
arguments(*args, **options)
#
def
arguments(*args, **options, &)
#
def
deprecated?(*args, **options)
#
def
deprecated?(*args, **options, &)
#
def
deprecation_reason(*args, **options)
#
def
deprecation_reason(*args, **options, &)
#
def
type(*args, **options)
#
def
type(*args, **options, &)
#