Skip to content

Commit

Permalink
Fix Rubocup
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash Pradhan committed Oct 24, 2024
1 parent 1a9de6c commit aa3314c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lib/nylas/resources/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ module Nylas
# This class provides access to the Scheduler resources, including
# configurations, bookings, sessions, and availability.
#
# @attr_reader [Nylas::Configurations] configurations The Scheduler configurations resource for your Nylas application.
# @attr_reader [Nylas::Bookings] bookings The Scheduler bookings resource for your Nylas application.
# @attr_reader [Nylas::Sessions] sessions The Scheduler sessions resource for your Nylas application.
# @attr_reader [Nylas::Availability] availability The Scheduler availability resource for your Nylas application.
# @attr_reader [Nylas::Configurations] configurations The Scheduler configurations resource for your
# Nylas application.
# @attr_reader [Nylas::Bookings] bookings The Scheduler bookings resource for your
# Nylas application.
# @attr_reader [Nylas::Sessions] sessions The Scheduler sessions resource for your
# Nylas application.
# @attr_reader [Nylas::Availability] availability The Scheduler availability resource for your
# Nylas application.
class Scheduler
attr_reader :configurations, :sessions, :bookings, :availability

Expand Down

0 comments on commit aa3314c

Please sign in to comment.