mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05:00
14 lines
304 B
Ruby
14 lines
304 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class PrivacyService < StripeService
|
|
attr_reader :redaction_jobs
|
|
|
|
def initialize(requestor)
|
|
super(requestor)
|
|
@redaction_jobs = Stripe::Privacy::RedactionJobService.new(@requestor)
|
|
end
|
|
end
|
|
end
|