Module: OpenDMM::Engine::TokyoHot::Site

Includes:
HTTParty
Defined in:
lib/opendmm/engines/tokyo_hot.rb

Class Method Summary collapse

Methods included from HTTParty

included

Class Method Details

.search(query) ⇒ Object



24
25
26
# File 'lib/opendmm/engines/tokyo_hot.rb', line 24

def self.search(query)
  get "http://www.tokyo-hot.com/product/?q=#{CGI::escape(query)}"
end