Class: Enlight::Requests::CreateClubMembershipPool

Inherits:
Request
  • Object
show all
Defined in:
lib/enlight/requests/create_club_membership_pool.rb

Instance Attribute Summary collapse

Attributes inherited from Request

#id

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_idObject

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_idObject

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_costObject

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_priceObject

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_idObject

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

#expiresObject

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_idObject

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

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 4

def name
  @name
end

#sizeObject

Returns the value of attribute size.



5
6
7
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 5

def size
  @size
end

#startsObject

Returns the value of attribute starts.



6
7
8
# File 'lib/enlight/requests/create_club_membership_pool.rb', line 6

def starts
  @starts
end