Class: Musicz::Search::AreaRepository
- Inherits:
-
Repository
- Object
- Repository
- Musicz::Search::AreaRepository
- Defined in:
- lib/musicz/search/area_repository.rb
Constant Summary collapse
- ENDPOINT =
"area"
Instance Method Summary collapse
Methods inherited from Repository
Constructor Details
This class inherits a constructor from Musicz::Search::Repository
Instance Method Details
#by_id(id_options) ⇒ Object
11 12 13 |
# File 'lib/musicz/search/area_repository.rb', line 11 def by_id() by_id_with_entity(, ENDPOINT, Musicz::Entities::Area) end |