Class: Enlight::Requests::CreateClubMembership
- Defined in:
- lib/enlight/requests/create_club_membership.rb
Instance Attribute Summary collapse
-
#club_id ⇒ Object
Returns the value of attribute club_id.
-
#club_membership_pool_id ⇒ Object
Returns the value of attribute club_membership_pool_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 Request
Method Summary
Methods inherited from Request
#build_uri, #fetch, #initialize, #resource
Constructor Details
This class inherits a constructor from Enlight::Requests::Request
Instance Attribute Details
#club_id ⇒ Object
Returns the value of attribute club_id.
5 6 7 |
# File 'lib/enlight/requests/create_club_membership.rb', line 5 def club_id @club_id end |
#club_membership_pool_id ⇒ Object
Returns the value of attribute club_membership_pool_id.
7 8 9 |
# File 'lib/enlight/requests/create_club_membership.rb', line 7 def club_membership_pool_id @club_membership_pool_id end |
#expires ⇒ Object
Returns the value of attribute expires.
9 10 11 |
# File 'lib/enlight/requests/create_club_membership.rb', line 9 def expires @expires end |
#external_id ⇒ Object
Returns the value of attribute external_id.
4 5 6 |
# File 'lib/enlight/requests/create_club_membership.rb', line 4 def external_id @external_id end |
#starts ⇒ Object
Returns the value of attribute starts.
8 9 10 |
# File 'lib/enlight/requests/create_club_membership.rb', line 8 def starts @starts end |
#target_completion ⇒ Object
Returns the value of attribute target_completion.
10 11 12 |
# File 'lib/enlight/requests/create_club_membership.rb', line 10 def target_completion @target_completion end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/enlight/requests/create_club_membership.rb', line 6 def user_id @user_id end |