Class: Enlight::Models::Class

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/class.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

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

Instance Attribute Details

#allow_self_enrollmentObject

Returns the value of attribute allow_self_enrollment.



23
24
25
# File 'lib/enlight/models/class.rb', line 23

def allow_self_enrollment
  @allow_self_enrollment
end

#available_to_all_organizationsObject

Returns the value of attribute available_to_all_organizations.



24
25
26
# File 'lib/enlight/models/class.rb', line 24

def available_to_all_organizations
  @available_to_all_organizations
end

#classroom_address_1Object

Returns the value of attribute classroom_address_1.



48
49
50
# File 'lib/enlight/models/class.rb', line 48

def classroom_address_1
  @classroom_address_1
end

#classroom_address_2Object

Returns the value of attribute classroom_address_2.



49
50
51
# File 'lib/enlight/models/class.rb', line 49

def classroom_address_2
  @classroom_address_2
end

#classroom_cityObject

Returns the value of attribute classroom_city.



50
51
52
# File 'lib/enlight/models/class.rb', line 50

def classroom_city
  @classroom_city
end

#classroom_countryObject

Returns the value of attribute classroom_country.



52
53
54
# File 'lib/enlight/models/class.rb', line 52

def classroom_country
  @classroom_country
end

#classroom_stateObject

Returns the value of attribute classroom_state.



51
52
53
# File 'lib/enlight/models/class.rb', line 51

def classroom_state
  @classroom_state
end

#classroom_zipObject

Returns the value of attribute classroom_zip.



53
54
55
# File 'lib/enlight/models/class.rb', line 53

def classroom_zip
  @classroom_zip
end

#company_idObject

Returns the value of attribute company_id.



12
13
14
# File 'lib/enlight/models/class.rb', line 12

def company_id
  @company_id
end

#confirmation_status_idObject

Returns the value of attribute confirmation_status_id.



9
10
11
# File 'lib/enlight/models/class.rb', line 9

def confirmation_status_id
  @confirmation_status_id
end

#course_idObject

Returns the value of attribute course_id.



10
11
12
# File 'lib/enlight/models/class.rb', line 10

def course_id
  @course_id
end

#custom_bool_1Object

Returns the value of attribute custom_bool_1.



35
36
37
# File 'lib/enlight/models/class.rb', line 35

def custom_bool_1
  @custom_bool_1
end

#custom_bool_2Object

Returns the value of attribute custom_bool_2.



36
37
38
# File 'lib/enlight/models/class.rb', line 36

def custom_bool_2
  @custom_bool_2
end

#custom_bool_3Object

Returns the value of attribute custom_bool_3.



37
38
39
# File 'lib/enlight/models/class.rb', line 37

def custom_bool_3
  @custom_bool_3
end

#custom_bool_4Object

Returns the value of attribute custom_bool_4.



38
39
40
# File 'lib/enlight/models/class.rb', line 38

def custom_bool_4
  @custom_bool_4
end

#custom_bool_5Object

Returns the value of attribute custom_bool_5.



39
40
41
# File 'lib/enlight/models/class.rb', line 39

def custom_bool_5
  @custom_bool_5
end

#custom_dropdown_1Object

Returns the value of attribute custom_dropdown_1.



40
41
42
# File 'lib/enlight/models/class.rb', line 40

def custom_dropdown_1
  @custom_dropdown_1
end

#custom_dropdown_2Object

Returns the value of attribute custom_dropdown_2.



41
42
43
# File 'lib/enlight/models/class.rb', line 41

def custom_dropdown_2
  @custom_dropdown_2
end

#custom_fieldsObject

Returns the value of attribute custom_fields.



54
55
56
# File 'lib/enlight/models/class.rb', line 54

def custom_fields
  @custom_fields
end

#custom_text_1Object

Returns the value of attribute custom_text_1.



30
31
32
# File 'lib/enlight/models/class.rb', line 30

def custom_text_1
  @custom_text_1
end

#custom_text_2Object

Returns the value of attribute custom_text_2.



31
32
33
# File 'lib/enlight/models/class.rb', line 31

def custom_text_2
  @custom_text_2
end

#custom_text_3Object

Returns the value of attribute custom_text_3.



32
33
34
# File 'lib/enlight/models/class.rb', line 32

def custom_text_3
  @custom_text_3
end

#custom_text_4Object

Returns the value of attribute custom_text_4.



33
34
35
# File 'lib/enlight/models/class.rb', line 33

def custom_text_4
  @custom_text_4
end

#custom_text_5Object

Returns the value of attribute custom_text_5.



34
35
36
# File 'lib/enlight/models/class.rb', line 34

def custom_text_5
  @custom_text_5
end

#delivery_type_idObject

Returns the value of attribute delivery_type_id.



13
14
15
# File 'lib/enlight/models/class.rb', line 13

def delivery_type_id
  @delivery_type_id
end

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/enlight/models/class.rb', line 6

def description
  @description
end

#disable_labsObject

Returns the value of attribute disable_labs.



26
27
28
# File 'lib/enlight/models/class.rb', line 26

def disable_labs
  @disable_labs
end

#enable_enrollment_notificationsObject

Returns the value of attribute enable_enrollment_notifications.



27
28
29
# File 'lib/enlight/models/class.rb', line 27

def enable_enrollment_notifications
  @enable_enrollment_notifications
end

#enabledObject

Returns the value of attribute enabled.



8
9
10
# File 'lib/enlight/models/class.rb', line 8

def enabled
  @enabled
end

#endObject

Returns the value of attribute end.



20
21
22
# File 'lib/enlight/models/class.rb', line 20

def end
  @end
end

#external_idObject

Returns the value of attribute external_id.



4
5
6
# File 'lib/enlight/models/class.rb', line 4

def external_id
  @external_id
end

#html_descriptionObject

Returns the value of attribute html_description.



7
8
9
# File 'lib/enlight/models/class.rb', line 7

def html_description
  @html_description
end

#instructor_survey_idObject

Returns the value of attribute instructor_survey_id.



45
46
47
# File 'lib/enlight/models/class.rb', line 45

def instructor_survey_id
  @instructor_survey_id
end

#is_publicObject

Returns the value of attribute is_public.



25
26
27
# File 'lib/enlight/models/class.rb', line 25

def is_public
  @is_public
end

#is_unique_deliveryObject

Returns the value of attribute is_unique_delivery.



28
29
30
# File 'lib/enlight/models/class.rb', line 28

def is_unique_delivery
  @is_unique_delivery
end

#materials_list_idObject

Returns the value of attribute materials_list_id.



18
19
20
# File 'lib/enlight/models/class.rb', line 18

def materials_list_id
  @materials_list_id
end

#max_studentsObject

Returns the value of attribute max_students.



22
23
24
# File 'lib/enlight/models/class.rb', line 22

def max_students
  @max_students
end

#min_studentsObject

Returns the value of attribute min_students.



21
22
23
# File 'lib/enlight/models/class.rb', line 21

def min_students
  @min_students
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/enlight/models/class.rb', line 5

def name
  @name
end

#organization_idObject

Returns the value of attribute organization_id.



11
12
13
# File 'lib/enlight/models/class.rb', line 11

def organization_id
  @organization_id
end

#organization_survey_idObject

Returns the value of attribute organization_survey_id.



46
47
48
# File 'lib/enlight/models/class.rb', line 46

def organization_survey_id
  @organization_survey_id
end

#organization_survey_response_idObject

Returns the value of attribute organization_survey_response_id.



47
48
49
# File 'lib/enlight/models/class.rb', line 47

def organization_survey_response_id
  @organization_survey_response_id
end

#primary_classroom_idObject

Returns the value of attribute primary_classroom_id.



17
18
19
# File 'lib/enlight/models/class.rb', line 17

def primary_classroom_id
  @primary_classroom_id
end

#primary_instructor_idObject

Returns the value of attribute primary_instructor_id.



16
17
18
# File 'lib/enlight/models/class.rb', line 16

def primary_instructor_id
  @primary_instructor_id
end

#recording_mode_idObject

Returns the value of attribute recording_mode_id.



29
30
31
# File 'lib/enlight/models/class.rb', line 29

def recording_mode_id
  @recording_mode_id
end

#session_timesObject

Returns the value of attribute session_times.



55
56
57
# File 'lib/enlight/models/class.rb', line 55

def session_times
  @session_times
end

#startObject

Returns the value of attribute start.



19
20
21
# File 'lib/enlight/models/class.rb', line 19

def start
  @start
end

#survey_availability_end_daysObject

Returns the value of attribute survey_availability_end_days.



44
45
46
# File 'lib/enlight/models/class.rb', line 44

def survey_availability_end_days
  @survey_availability_end_days
end

#survey_availability_start_hoursObject

Returns the value of attribute survey_availability_start_hours.



43
44
45
# File 'lib/enlight/models/class.rb', line 43

def survey_availability_start_hours
  @survey_availability_start_hours
end

#survey_idObject

Returns the value of attribute survey_id.



42
43
44
# File 'lib/enlight/models/class.rb', line 42

def survey_id
  @survey_id
end

#virtual_meeting_host_idObject

Returns the value of attribute virtual_meeting_host_id.



14
15
16
# File 'lib/enlight/models/class.rb', line 14

def virtual_meeting_host_id
  @virtual_meeting_host_id
end

#virtual_meeting_idObject

Returns the value of attribute virtual_meeting_id.



15
16
17
# File 'lib/enlight/models/class.rb', line 15

def virtual_meeting_id
  @virtual_meeting_id
end