Sha256: 7b7ba6cd3d93570460cf1aa454519716e361cc4a6cf16547882fbb3dc5afc05d

Contents?: true

Size: 345 Bytes

Versions: 53

Compression:

Stored size: 345 Bytes

Contents

class Auth::Workflow::Booking

	include Auth::Concerns::WorkflowConcern

	embedded_in :schedule, :class_name => Auth.configuration.schedule_class

	embeds_many :slots, :class_name => Auth.configuration.slot_class

	field :requirement_id, type: String

	field :requirement_capacity, type: Integer

	field :requirement_category, type: String


end

Version data entries

53 entries across 53 versions & 1 rubygems

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