mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-15 00:01:08 -05:00
14 lines
306 B
Ruby
14 lines
306 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class SigmaService < StripeService
|
|
attr_reader :scheduled_query_runs
|
|
|
|
def initialize(requestor)
|
|
super
|
|
@scheduled_query_runs = Stripe::Sigma::ScheduledQueryRunService.new(@requestor)
|
|
end
|
|
end
|
|
end
|