Class: Booker::V4::Models::NotificationSettings

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

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

Method Summary

Methods included from Concerns::DateTimeConcern

#time_from_booker_datetime, #time_to_booker_datetime, #timezone_from_booker_offset!, #timezone_from_booker_timezone, #to_wday

Methods inherited from Model

constantize, from_hash, from_list, #initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Booker::Model

Instance Attribute Details

#NotificationsEmailObject

Returns the value of attribute NotificationsEmail.



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

def NotificationsEmail
  @NotificationsEmail
end

#NotifyAdminOnAppointmentOtherEventObject

Returns the value of attribute NotifyAdminOnAppointmentOtherEvent.



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

def NotifyAdminOnAppointmentOtherEvent
  @NotifyAdminOnAppointmentOtherEvent
end

#NotifyServiceProviderOnAppointmentOtherEventObject

Returns the value of attribute NotifyServiceProviderOnAppointmentOtherEvent.



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

def NotifyServiceProviderOnAppointmentOtherEvent
  @NotifyServiceProviderOnAppointmentOtherEvent
end

#SendAppointmentRemindersObject

Returns the value of attribute SendAppointmentReminders.



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

def SendAppointmentReminders
  @SendAppointmentReminders
end

#SendConfirmationAfterBookingObject

Returns the value of attribute SendConfirmationAfterBooking.



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

def SendConfirmationAfterBooking
  @SendConfirmationAfterBooking
end

#SendNoticeHoursBeforeAppointmentObject

Returns the value of attribute SendNoticeHoursBeforeAppointment.



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

def SendNoticeHoursBeforeAppointment
  @SendNoticeHoursBeforeAppointment
end