Class: Enlight::Models::Club
Instance Attribute Summary collapse
-
#course_ids ⇒ Object
Returns the value of attribute course_ids.
-
#created ⇒ Object
Returns the value of attribute created.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#organization_name ⇒ Object
Returns the value of attribute organization_name.
-
#price ⇒ Object
Returns the value of attribute price.
-
#program_id ⇒ Object
Returns the value of attribute program_id.
-
#program_name ⇒ Object
Returns the value of attribute program_name.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#course_ids ⇒ Object
Returns the value of attribute course_ids.
13 14 15 |
# File 'lib/enlight/models/club.rb', line 13 def course_ids @course_ids end |
#created ⇒ Object
Returns the value of attribute created.
12 13 14 |
# File 'lib/enlight/models/club.rb', line 12 def created @created end |
#enabled ⇒ Object
Returns the value of attribute enabled.
5 6 7 |
# File 'lib/enlight/models/club.rb', line 5 def enabled @enabled end |
#last_modified ⇒ Object
Returns the value of attribute last_modified.
11 12 13 |
# File 'lib/enlight/models/club.rb', line 11 def last_modified @last_modified end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/enlight/models/club.rb', line 4 def name @name end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
8 9 10 |
# File 'lib/enlight/models/club.rb', line 8 def organization_id @organization_id end |
#organization_name ⇒ Object
Returns the value of attribute organization_name.
9 10 11 |
# File 'lib/enlight/models/club.rb', line 9 def organization_name @organization_name end |
#price ⇒ Object
Returns the value of attribute price.
10 11 12 |
# File 'lib/enlight/models/club.rb', line 10 def price @price end |
#program_id ⇒ Object
Returns the value of attribute program_id.
6 7 8 |
# File 'lib/enlight/models/club.rb', line 6 def program_id @program_id end |
#program_name ⇒ Object
Returns the value of attribute program_name.
7 8 9 |
# File 'lib/enlight/models/club.rb', line 7 def program_name @program_name end |