class Orchestrate::Application::Response


Inherits from Orchestrate::API::Response but
Classes to handle orchestrate.io API responses - HTTParty

Attributes

body[W]
header[W]
success[W]

Public Class Methods

new() { |self| ... } click to toggle source
# File rails/lib/orchestrate_application/response.rb, line 10
def initialize
  yield self if block_given?
end