wrapper for HTTParty.get
8 9 10
# File 'lib/mush/service.rb', line 8 def get(path, options = {}) self.class.get(path, options) end