Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pg-age
main
AGE
Client
Error
Field
Graph
InvalidAGEResult
InvalidNode
InvalidRelationship
Serializable
Node
Metadata
Relationship
Metadata
SerializableError
Type
Value
Built with Crystal 1.9.2
2023-10-07 17:01:51 UTC
struct
AGE::Serializable::Node::Metadata
AGE::Serializable::Node::Metadata
Struct
Value
Object
Defined in:
pg-age.cr
Constructors
.new
(id : Int64, label : String)
Instance Method Summary
#clone
#copy_with
(id _id = @id, label _label = @label)
#id
: Int64
#label
: String
Constructor Detail
def self.
new
(id : Int64, label : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(id _id = @id, label _label = @label)
#
[
View source
]
def
id
: Int64
#
def
label
: String
#