Skip to content

Commit 8066e92

Browse files
helenye-stripexavdid
authored andcommitted
Remove double T.nilable before every emptyable field in update methods (stripe#1633)
1 parent 6c29431 commit 8066e92

4 files changed

Lines changed: 262 additions & 252 deletions

File tree

lib/stripe/resources/v2/deleted_object.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Stripe
55
module V2
66
class DeletedObject < APIResource
7-
# String representing the object's type. Objects of the same type share the same value of the object field.
7+
# String representing the type of the object that has been deleted. Objects of the same type share the same value of the object field.
88
attr_reader :object
99
# The ID of the object that's being deleted.
1010
attr_reader :id

0 commit comments

Comments
 (0)