Method: Origen::Client#plugin
- Defined in:
- lib/origen/client.rb
#plugin(name) ⇒ Object
62 63 64 65 |
# File 'lib/origen/client.rb', line 62 def plugin(name) response = get("plugins/#{name}") JSON.parse(response.body, symbolize_names: true)[:plugin] end |