Class: Stripe::V2::Reporting::ReportRunService::CreateParams::ReportParameters::ArrayValue

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/reporting/report_run_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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

#itemsObject

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