Method: CineworldUk::Internal::ApiResponse#cinema_detail
- Defined in:
- lib/cineworld_uk/internal/api_response.rb
#cinema_detail(id) ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Detail about a specific cinema
24 25 26 |
# File 'lib/cineworld_uk/internal/api_response.rb', line 24 def cinema_detail(id) response('cinema/detail', cinema: id) end |