Class: Stripe::V2::Reporting::ReportRunService::CreateParams::ReportParameters::ArrayValue
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Reporting::ReportRunService::CreateParams::ReportParameters::ArrayValue
- Defined in:
- lib/stripe/services/v2/reporting/report_run_service.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
The list of string values in the array.
Instance Method Summary collapse
-
#initialize(items: nil) ⇒ ArrayValue
constructor
A new instance of ArrayValue.
Methods inherited from RequestParams
Constructor Details
#initialize(items: nil) ⇒ ArrayValue
Returns a new instance of ArrayValue.
14 15 16 |
# File 'lib/stripe/services/v2/reporting/report_run_service.rb', line 14 def initialize(items: nil) @items = items end |
Instance Attribute Details
#items ⇒ Object
The list of string values in the array.
12 13 14 |
# File 'lib/stripe/services/v2/reporting/report_run_service.rb', line 12 def items @items end |