Class: Stripe::V2::Reporting::ReportRunRetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Reporting::ReportRunRetrieveParams
- Defined in:
- lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
Instance Attribute Summary collapse
-
#include ⇒ Object
Any optional includes (see docs.stripe.com/api-includable-response-values).
Instance Method Summary collapse
-
#initialize(include: nil) ⇒ ReportRunRetrieveParams
constructor
A new instance of ReportRunRetrieveParams.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(include: nil) ⇒ ReportRunRetrieveParams
Returns a new instance of ReportRunRetrieveParams.
11 12 13 |
# File 'lib/stripe/params/v2/reporting/report_run_retrieve_params.rb', line 11 def initialize(include: nil) @include = include end |
Instance Attribute Details
#include ⇒ Object
Any optional includes (see docs.stripe.com/api-includable-response-values).
9 10 11 |
# File 'lib/stripe/params/v2/reporting/report_run_retrieve_params.rb', line 9 def include @include end |