Sha256: b7d1beca2f795263ac5a8febd523adfbe77c7983dedaa9d0b49bbec8c3c15114
Contents?: true
Size: 442 Bytes
Versions: 53
Compression:
Stored size: 442 Bytes
Contents
class Auth::Workflow::Overlap include Mongoid::Document embedded_in :tlocation, :class_name => Auth.configuration.tlocation_class field :overlap_eid, type: String ## the duration of the overlap in seconds field :overlap_duration, type: Integer ## the category of the overlapping entity field :overlap_category, type: String ## the booked type, is the overlap happening booked or free ? field :overlap_booked, type: Boolean end
Version data entries
53 entries across 53 versions & 1 rubygems