Class: Fizzy::Api::Endpoints::RenderGraphSynchronous
- Inherits:
-
Endpoint
- Object
- ActiveInteraction::Base
- Endpoint
- Fizzy::Api::Endpoints::RenderGraphSynchronous
- Defined in:
- lib/fizzy/api/endpoints/render_graph_synchronous.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
12 13 14 15 16 17 |
# File 'lib/fizzy/api/endpoints/render_graph_synchronous.rb', line 12 def execute response = Api.basic_auth_session.get("/dossier/#{dossier_id}"\ "/protocol_subscriptions/#{protocol_subscription_id}" \ "/render_sync/#{path}", ) process_response(response) end |