Class: Fizzy::Api::RenderGraph

Inherits:
ActiveInteraction::Base
  • Object
show all
Defined in:
lib/fizzy/api/render_graph.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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