mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
Some small changes to object_types for codegen
This commit is contained in:
parent
1ed21bcb57
commit
bc9fed3635
@ -1,10 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# rubocop:disable Metrics/LineLength
|
||||
# rubocop:disable Metrics/MethodLength
|
||||
|
||||
module Stripe
|
||||
module ObjectTypes
|
||||
def self.object_names_to_classes # rubocop:disable Metrics/MethodLength
|
||||
def self.object_names_to_classes
|
||||
{
|
||||
# data structures
|
||||
ListObject::OBJECT_NAME => ListObject,
|
||||
@ -92,3 +93,4 @@ module Stripe
|
||||
end
|
||||
|
||||
# rubocop:enable Metrics/LineLength
|
||||
# rubocop:enable Metrics/MethodLength
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user