Sha256: 843b77f89fca1418408772f677c04b0ece27f144f9037223be35e766552a5953
Contents?: true
Size: 420 Bytes
Versions: 21
Compression:
Stored size: 420 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module V2 class CoreService < StripeService attr_reader :event_destinations, :events def initialize(requestor) super(requestor) @event_destinations = Stripe::V2::Core::EventDestinationService.new(@requestor) @events = Stripe::V2::Core::EventService.new(@requestor) end end end end
Version data entries
21 entries across 21 versions & 1 rubygems