class Lucid::Shopify::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 12
def initialize(credentials, path)
  super(credentials, :delete, path)
end