class Digicert::DuplicateCertificate

Public Class Methods

all(order_id:, **attributes) click to toggle source
# File lib/digicert/duplicate_certificate.rb, line 7
def self.all(order_id:, **attributes)
  new(resource_id: order_id, **attributes).all
end

Private Instance Methods

resource_path() click to toggle source
# File lib/digicert/duplicate_certificate.rb, line 17
def resource_path
  ["order", "certificate", resource_id, "duplicate"].join("/")
end
resources_key() click to toggle source
# File lib/digicert/duplicate_certificate.rb, line 13
def resources_key
  "certificates"
end