lib/youcanbookme/models/profile_remote_account.rb in youcanbookme-0.0.3.alpha vs lib/youcanbookme/models/profile_remote_account.rb in youcanbookme-0.0.4.alpha
- old
+ new
@@ -1,15 +1,16 @@
# frozen_string_literal: true
module YouCanBookMe
- # YouCanBookMe's ProfileRemoteAccount model.
class ProfileRemoteAccount
include ModelUtils
ASSOCIATION = {
calendars: ProfileCalendar
- }
+ }.freeze
+ # @return [String]
+ attr_accessor :accountEmail
# @return [Array<YouCanBookMe::ProfileCalendar>]
attr_accessor :calendars
# @return [String]
attr_accessor :id
# @return [Boolean]