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

Version Path
wordjelly-auth-1.6.0 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.9 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.8 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.7 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.6 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.5 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.4 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.3 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.2 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.1 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.5.0 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.9 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.8 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.7 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.6 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.5 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.4 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.3 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.2 app/models/auth/workflow/overlap.rb
wordjelly-auth-1.4.0 app/models/auth/workflow/overlap.rb