Class: Enlight::Models::PublicClass

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/public_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

#confirmation_status_idObject

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_idObject

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_nameObject

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

#endObject

Returns the value of attribute end.



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

def end
  @end
end

#max_studentsObject

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_studentsObject

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#num_enrollObject

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_openObject

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_idObject

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_nameObject

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

#startObject

Returns the value of attribute start.



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

def start
  @start
end