class DPL::Provider::Bintray::RequestDetails
Used to return the path and body of REST requests sent to Bintray
. Used for testing.
Attributes
body[R]
path[R]
Public Class Methods
new(path, body)
click to toggle source
# File lib/dpl/provider/bintray.rb, line 487 def initialize(path, body) @path = path @body = body end