Method: Origen::Client#get

Defined in:
lib/origen/client.rb

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



21
22
23
# File 'lib/origen/client.rb', line 21

def get(path, options = {})
  self.class.get("#{url}/#{path}", options)
end