Sha256: 682ce2e7a8472f835bb48ab178c641480a524fa203442a8c5a1bde8fbe113666

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  class ProfileCalendars
    include ModelUtils

    ASSOCIATION = {
      targetCalendar: ProfileCalendar
    }.freeze

    # @return [Array<String>]
    attr_accessor :calendarIds
    # @return [YouCanBookMe::ProfileCalendar]
    attr_accessor :targetCalendar
    # @return [String]
    attr_accessor :targetCalendarId
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.6.alpha lib/youcanbookme/models/profile_calendars.rb
youcanbookme-0.0.5.alpha lib/youcanbookme/models/profile_calendars.rb
youcanbookme-0.0.4.alpha lib/youcanbookme/models/profile_calendars.rb