class Cafmal::Request::Put
Attributes
response[R]
Public Class Methods
new(url, body, headers)
click to toggle source
# File lib/cafmal/request.rb, line 26 def initialize(url, body, headers) @response = HTTParty.put(url, body: body, headers: headers) end