Class: Stripe::ReviewService::ApproveParams
- Inherits:
-
Stripe::RequestParams
- Object
- Stripe::RequestParams
- Stripe::ReviewService::ApproveParams
- Defined in:
- lib/stripe/services/review_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ ApproveParams
constructor
A new instance of ApproveParams.
Methods inherited from Stripe::RequestParams
Constructor Details
#initialize(expand: nil) ⇒ ApproveParams
Returns a new instance of ApproveParams.
57 58 59 |
# File 'lib/stripe/services/review_service.rb', line 57 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
55 56 57 |
# File 'lib/stripe/services/review_service.rb', line 55 def @expand end |