Class: Stripe::TestHelpers::RefundService::ExpireParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::RefundService::ExpireParams
- Defined in:
- lib/stripe/services/test_helpers/refund_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ ExpireParams
constructor
A new instance of ExpireParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ ExpireParams
Returns a new instance of ExpireParams.
11 12 13 |
# File 'lib/stripe/services/test_helpers/refund_service.rb', line 11 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
9 10 11 |
# File 'lib/stripe/services/test_helpers/refund_service.rb', line 9 def @expand end |