struct AGE::Serializable::Relationship::Metadata

Defined in:

pg-age.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, label : String, start_id : Int64, end_id : Int64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, label _label = @label, start_id _start_id = @start_id, end_id _end_id = @end_id) #

[View source]
def end_id : Int64 #

def id : Int64 #

def label : String #

def start_id : Int64 #