Class: Enlight::Models::ClubMembership
- Defined in:
- lib/enlight/models/club_membership.rb
Instance Attribute Summary collapse
-
#club_id ⇒ Object
Returns the value of attribute club_id.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#starts ⇒ Object
Returns the value of attribute starts.
-
#target_completion ⇒ Object
Returns the value of attribute target_completion.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#club_id ⇒ Object
Returns the value of attribute club_id.
5 6 7 |
# File 'lib/enlight/models/club_membership.rb', line 5 def club_id @club_id end |
#expires ⇒ Object
Returns the value of attribute expires.
8 9 10 |
# File 'lib/enlight/models/club_membership.rb', line 8 def expires @expires end |
#external_id ⇒ Object
Returns the value of attribute external_id.
4 5 6 |
# File 'lib/enlight/models/club_membership.rb', line 4 def external_id @external_id end |
#starts ⇒ Object
Returns the value of attribute starts.
7 8 9 |
# File 'lib/enlight/models/club_membership.rb', line 7 def starts @starts end |
#target_completion ⇒ Object
Returns the value of attribute target_completion.
9 10 11 |
# File 'lib/enlight/models/club_membership.rb', line 9 def target_completion @target_completion end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/enlight/models/club_membership.rb', line 6 def user_id @user_id end |