Class: Enlight::Requests::CreateClubMembershipPool
- Defined in:
- lib/enlight/requests/create_club_membership_pool.rb
Instance Attribute Summary collapse
-
#club_id ⇒ Object
Returns the value of attribute club_id.
-
#company_id ⇒ Object
Returns the value of attribute company_id.
-
#credit_cost ⇒ Object
Returns the value of attribute credit_cost.
-
#credit_list_price ⇒ Object
Returns the value of attribute credit_list_price.
-
#credit_pool_id ⇒ Object
Returns the value of attribute credit_pool_id.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#invoice_detail_id ⇒ Object
Returns the value of attribute invoice_detail_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#starts ⇒ Object
Returns the value of attribute starts.
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.
8 9 10 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 8 def club_id @club_id end |
#company_id ⇒ Object
Returns the value of attribute company_id.
9 10 11 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 9 def company_id @company_id end |
#credit_cost ⇒ Object
Returns the value of attribute credit_cost.
12 13 14 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 12 def credit_cost @credit_cost end |
#credit_list_price ⇒ Object
Returns the value of attribute credit_list_price.
13 14 15 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 13 def credit_list_price @credit_list_price end |
#credit_pool_id ⇒ Object
Returns the value of attribute credit_pool_id.
11 12 13 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 11 def credit_pool_id @credit_pool_id end |
#expires ⇒ Object
Returns the value of attribute expires.
7 8 9 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 7 def expires @expires end |
#invoice_detail_id ⇒ Object
Returns the value of attribute invoice_detail_id.
10 11 12 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 10 def invoice_detail_id @invoice_detail_id end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 4 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
5 6 7 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 5 def size @size end |
#starts ⇒ Object
Returns the value of attribute starts.
6 7 8 |
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 6 def starts @starts end |