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, = {}) self.class.get("#{url}/#{path}", ) end |
21 22 23 |
# File 'lib/origen/client.rb', line 21 def get(path, = {}) self.class.get("#{url}/#{path}", ) end |