struct Redis::Graph::Serializable::Relationship::Metadata
- Redis::Graph::Serializable::Relationship::Metadata
- Struct
- Value
- Object
Defined in:
graph/serializable.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, type _type = @type, source_node _source_node = @source_node, destination_node _destination_node = @destination_node)
- #destination_node : Int64
- #id : Int64
- #source_node : Int64
- #type : String
Constructor Detail
def self.new(id : Int64, type : String, source_node : Int64, destination_node : Int64)
#
Instance Method Detail
def copy_with(id _id = @id, type _type = @type, source_node _source_node = @source_node, destination_node _destination_node = @destination_node)
#