Class: Enlight::Models::ClubMembership

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

#club_idObject

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

#expiresObject

Returns the value of attribute expires.



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

def expires
  @expires
end

#external_idObject

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

#startsObject

Returns the value of attribute starts.



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

def starts
  @starts
end

#target_completionObject

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_idObject

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