struct Redis::Graph::Serializable::Relationship::Metadata

Defined in:

graph/serializable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, type : String, source_node : Int64, destination_node : Int64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, type _type = @type, source_node _source_node = @source_node, destination_node _destination_node = @destination_node) #

[View source]
def destination_node : Int64 #

def id : Int64 #

def source_node : Int64 #

def type : String #