Class: Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/account_health_report_2020_11_18.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cancellation_countInteger (readonly)

Returns the value of attribute cancellation_count.

Returns:

  • (Integer)


241
242
243
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 241

def cancellation_count
  @cancellation_count
end

#order_countString (readonly)

Returns the value of attribute order_count.

Returns:

  • (String)


242
243
244
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 242

def order_count
  @order_count
end

#rateString (readonly)

Returns the value of attribute rate.

Returns:

  • (String)


243
244
245
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 243

def rate
  @rate
end

#reporting_date_rangePeddler::Reports::AccountHealthReport20201118::ReportingDateRange (readonly)

Returns the value of attribute reporting_date_range.



244
245
246
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 244

def reporting_date_range
  @reporting_date_range
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


245
246
247
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 245

def status
  @status
end

#target_conditionString (readonly)

Returns the value of attribute target_condition.

Returns:

  • (String)


246
247
248
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 246

def target_condition
  @target_condition
end

#target_valueString (readonly)

Returns the value of attribute target_value.

Returns:

  • (String)


247
248
249
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 247

def target_value
  @target_value
end

Class Method Details

.[](cancellation_count:, order_count:, rate:, reporting_date_range:, status:, target_condition:, target_value:) ⇒ Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

Overloads:



234
235
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 234

def self.[]: (cancellation_count: Integer, order_count: String, rate: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String) -> Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate
| (Integer, String, String, Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, String, String, String) -> Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

.members[ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ]

Returns:

  • ([ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ])


237
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 237

def self.members: () -> [ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ]

.new(cancellation_count:, order_count:, rate:, reporting_date_range:, status:, target_condition:, target_value:) ⇒ Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

Overloads:



232
233
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 232

def self.new: (cancellation_count: Integer, order_count: String, rate: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String) -> Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate
| (Integer, String, String, Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, String, String, String) -> Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

.parsePeddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



239
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 239

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate

Instance Method Details

#members[ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ]

Returns:

  • ([ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ])


249
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 249

def members: () -> [ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ]

#to_h{ cancellation_count: Integer, order_count: String, rate: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String }

Returns:



250
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 250

def to_h: () -> { cancellation_count: Integer, order_count: String, rate: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String }