Method: Mush::Service#get

Defined in:
lib/mush/service.rb

#get(path, options = {}) ⇒ Object

wrapper for HTTParty.get



8
9
10
# File 'lib/mush/service.rb', line 8

def get(path, options = {})
  self.class.get(path, options)
end