Class: Stripe::SourceService::DetachParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SourceService::DetachParams
- Defined in:
- lib/stripe/services/source_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ DetachParams
constructor
A new instance of DetachParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ DetachParams
Returns a new instance of DetachParams.
17 18 19 |
# File 'lib/stripe/services/source_service.rb', line 17 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
15 16 17 |
# File 'lib/stripe/services/source_service.rb', line 15 def @expand end |