Class: Enlight::Requests::SearchClubMembershipPools
- Includes:
- Searchable
- Defined in:
- lib/enlight/requests/search_club_membership_pools.rb
Instance Attribute Summary collapse
-
#club_id ⇒ Object
Returns the value of attribute club_id.
-
#created_after ⇒ Object
Returns the value of attribute created_after.
-
#created_before ⇒ Object
Returns the value of attribute created_before.
-
#expires_after ⇒ Object
Returns the value of attribute expires_after.
-
#expires_before ⇒ Object
Returns the value of attribute expires_before.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner_id ⇒ Object
Returns the value of attribute owner_id.
-
#starts_after ⇒ Object
Returns the value of attribute starts_after.
-
#starts_before ⇒ Object
Returns the value of attribute starts_before.
Attributes included from Searchable
#page_index, #page_size, #sort
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.
7 8 9 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 7 def club_id @club_id end |
#created_after ⇒ Object
Returns the value of attribute created_after.
13 14 15 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 13 def created_after @created_after end |
#created_before ⇒ Object
Returns the value of attribute created_before.
14 15 16 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 14 def created_before @created_before end |
#expires_after ⇒ Object
Returns the value of attribute expires_after.
11 12 13 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 11 def expires_after @expires_after end |
#expires_before ⇒ Object
Returns the value of attribute expires_before.
12 13 14 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 12 def expires_before @expires_before end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 6 def name @name end |
#owner_id ⇒ Object
Returns the value of attribute owner_id.
8 9 10 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 8 def owner_id @owner_id end |
#starts_after ⇒ Object
Returns the value of attribute starts_after.
9 10 11 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 9 def starts_after @starts_after end |
#starts_before ⇒ Object
Returns the value of attribute starts_before.
10 11 12 |
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 10 def starts_before @starts_before end |