Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kdl
v1.0.0
Array
Hash
KDL
Argument
Arguments
Builder
Error
Child
Children
Document
Node
Parser
Error
Properties
Property
Serializable
Error
StringDumper
Token
Type
Tokenizer
Context
Error
Value
Type
Object
Reference
Regex
Value
Generated using Crystal 1.14.0
2025-02-26 09:43:37 UTC
class
KDL::
Serializable::
Error
KDL::Serializable::Error
Exception
Reference
Object
Defined in:
kdl/serializable.cr
Constructors
.new
(message : String | Nil, klass : String, attribute : String | Nil)
Instance Method Summary
#attribute
: String | Nil
#klass
: String
Instance methods inherited from class
Reference
==(other : KDL::Value)
==
Instance methods inherited from class
Object
===(other : KDL::Value)
===
Constructor Detail
def self.
new
(message : String | Nil, klass : String, attribute : String | Nil)
#
[
View source
]
Instance Method Detail
def
attribute
: String | Nil
#
[
View source
]
def
klass
: String
#
[
View source
]