Class: HighLevel::Models::Calendars::CalendarNotification

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/calendar_notification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#selected_usersObject (readonly)

Returns the value of attribute selected_users

Returns:

  • (Object)

    the current value of 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_contactObject (readonly)

Returns the value of attribute should_send_to_contact

Returns:

  • (Object)

    the current value of 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_guestObject (readonly)

Returns the value of attribute should_send_to_guest

Returns:

  • (Object)

    the current value of 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_usersObject (readonly)

Returns the value of attribute should_send_to_selected_users

Returns:

  • (Object)

    the current value of 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_userObject (readonly)

Returns the value of attribute should_send_to_user

Returns:

  • (Object)

    the current value of 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

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/calendars/calendar_notification.rb', line 9

def type
  @type
end