mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-20 00:01:59 -04:00
standard docstring
This commit is contained in:
parent
580a37755a
commit
0455e39169
@ -1038,7 +1038,7 @@ module Stripe
|
|||||||
# Request duration in milliseconds
|
# Request duration in milliseconds
|
||||||
attr_accessor :request_duration_ms
|
attr_accessor :request_duration_ms
|
||||||
|
|
||||||
# a list of strings describing behaviors we track
|
# list of names of tracked behaviors associated with this request
|
||||||
attr_accessor :usage
|
attr_accessor :usage
|
||||||
|
|
||||||
def initialize(request_id, request_duration_ms, usage: [])
|
def initialize(request_id, request_duration_ms, usage: [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user