Class: Stripe::Climate::OrderService::RetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Climate::OrderService::RetrieveParams
- Defined in:
- lib/stripe/services/climate/order_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ RetrieveParams
constructor
A new instance of RetrieveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ RetrieveParams
Returns a new instance of RetrieveParams.
72 73 74 |
# File 'lib/stripe/services/climate/order_service.rb', line 72 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
70 71 72 |
# File 'lib/stripe/services/climate/order_service.rb', line 70 def @expand end |