Sha256: 34781d6c09b372a134191c9238fdee27368f69a773fbc892f2db1bdef237236e

Contents?: true

Size: 445 Bytes

Versions: 3

Compression:

Stored size: 445 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  # YouCanBookMe's ProfileCalendar model.
  class ProfileCalendar
    include ModelUtils

    # @return [String]
    attr_accessor :id
    # @return [String]
    attr_accessor :timeZone
    # @return [String]
    attr_accessor :title
    # @return [String]
    attr_accessor :url
    # @return [String]
    attr_accessor :userName
    # @return [Boolean]
    attr_accessor :writeable
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.3.alpha lib/youcanbookme/models/profile_calendar.rb
youcanbookme-0.0.2.alpha lib/youcanbookme/models/profile_calendar.rb
youcanbookme-0.0.1.alpha lib/youcanbookme/models/profile_calendar.rb