Class: Enlight::Requests::SearchClubMembershipPools

Inherits:
Request
  • Object
show all
Includes:
Searchable
Defined in:
lib/enlight/requests/search_club_membership_pools.rb

Instance Attribute Summary collapse

Attributes included from Searchable

#page_index, #page_size, #sort

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.



7
8
9
# File 'lib/enlight/requests/search_club_membership_pools.rb', line 7

def club_id
  @club_id
end

#created_afterObject

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_beforeObject

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_afterObject

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_beforeObject

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

#nameObject

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_idObject

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_afterObject

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_beforeObject

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