struct AGE::Serializable::Node::Metadata

Defined in:

pg-age.cr

Constructors

Instance Method Summary

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 #