class LucidShopify::DeleteRequest
Public Class Methods
new(credentials, path)
click to toggle source
@private
@param credentials [Credentials] @param path [String] the endpoint relative to the base URL
Calls superclass method
# File lib/lucid_shopify/delete_request.rb, line 13 def initialize(credentials, path) super(credentials, :delete, path) end