Class: HighLevel::Models::Calendars::CalendarNotification
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::CalendarNotification
- Defined in:
- lib/high_level/models/calendars/calendar_notification.rb
Instance Attribute Summary collapse
-
#selected_users ⇒ Object
readonly
Returns the value of attribute selected_users.
-
#should_send_to_contact ⇒ Object
readonly
Returns the value of attribute should_send_to_contact.
-
#should_send_to_guest ⇒ Object
readonly
Returns the value of attribute should_send_to_guest.
-
#should_send_to_selected_users ⇒ Object
readonly
Returns the value of attribute should_send_to_selected_users.
-
#should_send_to_user ⇒ Object
readonly
Returns the value of attribute should_send_to_user.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#selected_users ⇒ Object (readonly)
Returns the value of attribute selected_users
9 10 11 |
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9 def selected_users @selected_users end |
#should_send_to_contact ⇒ Object (readonly)
Returns the value of attribute should_send_to_contact
9 10 11 |
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9 def should_send_to_contact @should_send_to_contact end |
#should_send_to_guest ⇒ Object (readonly)
Returns the value of attribute should_send_to_guest
9 10 11 |
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9 def should_send_to_guest @should_send_to_guest end |
#should_send_to_selected_users ⇒ Object (readonly)
Returns the value of attribute should_send_to_selected_users
9 10 11 |
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9 def should_send_to_selected_users @should_send_to_selected_users end |
#should_send_to_user ⇒ Object (readonly)
Returns the value of attribute should_send_to_user
9 10 11 |
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9 def should_send_to_user @should_send_to_user end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9 def type @type end |