Class: Auth::Workflow::Overlap

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document
Defined in:
app/models/auth/workflow/overlap.rb

Instance Method Summary collapse

Instance Method Details

#overlap_bookedObject

the booked type, is the overlap happening booked or free ?



16
# File 'app/models/auth/workflow/overlap.rb', line 16

field :overlap_booked, type: Boolean

#overlap_categoryObject

the category of the overlapping entity



13
# File 'app/models/auth/workflow/overlap.rb', line 13

field :overlap_category, type: String

#overlap_durationObject

the duration of the overlap in seconds



10
# File 'app/models/auth/workflow/overlap.rb', line 10

field :overlap_duration, type: Integer