Class: Fizzy::Api::Endpoints::RenderGraphSynchronous

Inherits:
Endpoint
  • Object
show all
Defined in:
lib/fizzy/api/endpoints/render_graph_synchronous.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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}", options)
  process_response(response)
end