Class: Booker::Models::NotificationSettings

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/notification_settings.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

constantize, from_hash, from_list, #initialize, time_from_booker_datetime, time_to_booker_datetime, timezone_from_booker_offset!, timezone_from_booker_timezone, #to_hash, #to_json, to_wday

Constructor Details

This class inherits a constructor from Booker::Models::Model

Instance Attribute Details

#NotificationsEmailObject

Returns the value of attribute NotificationsEmail.



4
5
6
# File 'lib/booker/models/notification_settings.rb', line 4

def NotificationsEmail
  @NotificationsEmail
end

#NotifyAdminOnAppointmentOtherEventObject

Returns the value of attribute NotifyAdminOnAppointmentOtherEvent.



4
5
6
# File 'lib/booker/models/notification_settings.rb', line 4

def NotifyAdminOnAppointmentOtherEvent
  @NotifyAdminOnAppointmentOtherEvent
end

#NotifyServiceProviderOnAppointmentOtherEventObject

Returns the value of attribute NotifyServiceProviderOnAppointmentOtherEvent.



4
5
6
# File 'lib/booker/models/notification_settings.rb', line 4

def NotifyServiceProviderOnAppointmentOtherEvent
  @NotifyServiceProviderOnAppointmentOtherEvent
end

#SendAppointmentRemindersObject

Returns the value of attribute SendAppointmentReminders.



4
5
6
# File 'lib/booker/models/notification_settings.rb', line 4

def SendAppointmentReminders
  @SendAppointmentReminders
end

#SendConfirmationAfterBookingObject

Returns the value of attribute SendConfirmationAfterBooking.



4
5
6
# File 'lib/booker/models/notification_settings.rb', line 4

def SendConfirmationAfterBooking
  @SendConfirmationAfterBooking
end

#SendNoticeHoursBeforeAppointmentObject

Returns the value of attribute SendNoticeHoursBeforeAppointment.



4
5
6
# File 'lib/booker/models/notification_settings.rb', line 4

def SendNoticeHoursBeforeAppointment
  @SendNoticeHoursBeforeAppointment
end