Skip to content

Commit

Permalink
add typed true
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Dec 3, 2024
1 parent 10c6cc8 commit 1a893c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rbi/stripe/resources/v2/amount.rbi
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# frozen_string_literal: true
# typed: true

module Stripe
module V2
class Amount
sig { returns(Integer) }
attr_reader :value
sig {returns(String)}

sig { returns(String) }
attr_reader :currency
end
end
Expand Down

0 comments on commit 1a893c4

Please sign in to comment.