Class: Fizzy::Api::RenderGraph
- Inherits:
-
ActiveInteraction::Base
- Object
- ActiveInteraction::Base
- Fizzy::Api::RenderGraph
- Defined in:
- lib/fizzy/api/render_graph.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
9 10 11 12 13 14 |
# File 'lib/fizzy/api/render_graph.rb', line 9 def execute response = Api.basic_auth_session.get("/dossier/#{dossier_id}"\ "/protocol_subscriptions/#{protocol_subscription_id}" \ "/render/#{path}", ) process_response(response) end |