Class: Enlight::Models::PublicClass
- Defined in:
- lib/enlight/models/public_class.rb
Instance Attribute Summary collapse
-
#confirmation_status_id ⇒ Object
Returns the value of attribute confirmation_status_id.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#course_name ⇒ Object
Returns the value of attribute course_name.
-
#end ⇒ Object
Returns the value of attribute end.
-
#max_students ⇒ Object
Returns the value of attribute max_students.
-
#min_students ⇒ Object
Returns the value of attribute min_students.
-
#name ⇒ Object
Returns the value of attribute name.
-
#num_enroll ⇒ Object
Returns the value of attribute num_enroll.
-
#num_open ⇒ Object
Returns the value of attribute num_open.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#organization_name ⇒ Object
Returns the value of attribute organization_name.
-
#start ⇒ Object
Returns the value of attribute start.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#confirmation_status_id ⇒ Object
Returns the value of attribute confirmation_status_id.
5 6 7 |
# File 'lib/enlight/models/public_class.rb', line 5 def confirmation_status_id @confirmation_status_id end |
#course_id ⇒ Object
Returns the value of attribute course_id.
4 5 6 |
# File 'lib/enlight/models/public_class.rb', line 4 def course_id @course_id end |
#course_name ⇒ Object
Returns the value of attribute course_name.
6 7 8 |
# File 'lib/enlight/models/public_class.rb', line 6 def course_name @course_name end |
#end ⇒ Object
Returns the value of attribute end.
9 10 11 |
# File 'lib/enlight/models/public_class.rb', line 9 def end @end end |
#max_students ⇒ Object
Returns the value of attribute max_students.
15 16 17 |
# File 'lib/enlight/models/public_class.rb', line 15 def max_students @max_students end |
#min_students ⇒ Object
Returns the value of attribute min_students.
14 15 16 |
# File 'lib/enlight/models/public_class.rb', line 14 def min_students @min_students end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/enlight/models/public_class.rb', line 7 def name @name end |
#num_enroll ⇒ Object
Returns the value of attribute num_enroll.
13 14 15 |
# File 'lib/enlight/models/public_class.rb', line 13 def num_enroll @num_enroll end |
#num_open ⇒ Object
Returns the value of attribute num_open.
12 13 14 |
# File 'lib/enlight/models/public_class.rb', line 12 def num_open @num_open end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
10 11 12 |
# File 'lib/enlight/models/public_class.rb', line 10 def organization_id @organization_id end |
#organization_name ⇒ Object
Returns the value of attribute organization_name.
11 12 13 |
# File 'lib/enlight/models/public_class.rb', line 11 def organization_name @organization_name end |
#start ⇒ Object
Returns the value of attribute start.
8 9 10 |
# File 'lib/enlight/models/public_class.rb', line 8 def start @start end |