struct
Movie::Persistence::Id
- Movie::Persistence::Id
- Struct
- Value
- Object
Overview
Persistence id that combines entity type and entity id.
Defined in:
movie/persistence/protocol.crConstructors
Instance Method Summary
- #clone
- #copy_with(entity_type _entity_type = @entity_type, entity_id _entity_id = @entity_id)
- #entity_id : String
- #entity_type : String
- #persistence_id : String
Constructor Detail
Instance Method Detail
def copy_with(entity_type _entity_type = @entity_type, entity_id _entity_id = @entity_id)
#