class Freshsales::Response
Attributes
body[RW]
headers[RW]
Public Class Methods
new(headers: {}, body: {})
click to toggle source
# File lib/freshsales/response.rb, line 7 def initialize(headers: {}, body: {}) @headers = headers @body = body end