Module: MusixMatch::Models::Searcher::ClassMethods
- Defined in:
- lib/musix_match/models/model.rb
Instance Method Summary collapse
Instance Method Details
#search(options = {}) ⇒ Object
27 28 29 |
# File 'lib/musix_match/models/model.rb', line 27 def search(={}) API::Search.send("search_#{self.name.split('::').last.downcase}", ) end |