Class: BookingGroup

Inherits:
Object
  • Object
show all
Defined in:
app/models/booking_group.rb

Overview

The Bookings that associated together by a recurrence rule.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Array<Booking>) bookings

Returns the Bookings to which this Group refer.

Returns:



4
5
6
# File 'app/models/booking_group.rb', line 4

def bookings
  @bookings
end