struct AGE::Serializable::Relationship::Metadata
- AGE::Serializable::Relationship::Metadata
- Struct
- Value
- Object
Defined in:
pg-age.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, label _label = @label, start_id _start_id = @start_id, end_id _end_id = @end_id)
- #end_id : Int64
- #id : Int64
- #label : String
- #start_id : Int64
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, label _label = @label, start_id _start_id = @start_id, end_id _end_id = @end_id)
#