mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-05 00:02:14 -05:00
14 lines
241 B
Ruby
14 lines
241 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module V2
|
|
class Event < APIResource
|
|
OBJECT_NAME = "v2.core.event"
|
|
def self.object_name
|
|
"v2.core.event"
|
|
end
|
|
end
|
|
end
|
|
end
|