Class: Enlight::Models::Club

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

#course_idsObject

Returns the value of attribute course_ids.



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

def course_ids
  @course_ids
end

#createdObject

Returns the value of attribute created.



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

def created
  @created
end

#enabledObject

Returns the value of attribute enabled.



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

def enabled
  @enabled
end

#last_modifiedObject

Returns the value of attribute last_modified.



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

def last_modified
  @last_modified
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#organization_idObject

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_nameObject

Returns the value of attribute organization_name.



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

def organization_name
  @organization_name
end

#priceObject

Returns the value of attribute price.



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

def price
  @price
end

#program_idObject

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_nameObject

Returns the value of attribute program_name.



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

def program_name
  @program_name
end