Class: Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate

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

#rateString (readonly)

Returns the value of attribute rate.

Returns:

  • (String)


319
320
321
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 319

def rate
  @rate
end

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

Returns the value of attribute reporting_date_range.



320
321
322
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 320

def reporting_date_range
  @reporting_date_range
end

#shipment_countInteger (readonly)

Returns the value of attribute shipment_count.

Returns:

  • (Integer)


321
322
323
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 321

def shipment_count
  @shipment_count
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


322
323
324
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 322

def status
  @status
end

#target_conditionString (readonly)

Returns the value of attribute target_condition.

Returns:

  • (String)


323
324
325
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 323

def target_condition
  @target_condition
end

#target_valueString (readonly)

Returns the value of attribute target_value.

Returns:

  • (String)


324
325
326
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 324

def target_value
  @target_value
end

#valid_tracking_countInteger (readonly)

Returns the value of attribute valid_tracking_count.

Returns:

  • (Integer)


325
326
327
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 325

def valid_tracking_count
  @valid_tracking_count
end

Class Method Details

.[](rate:, reporting_date_range:, shipment_count:, status:, target_condition:, target_value:, valid_tracking_count:) ⇒ Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate

Overloads:



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

def self.[]: (rate: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, shipment_count: Integer, status: String, target_condition: String, target_value: String, valid_tracking_count: Integer) -> Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate
| (String, Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, Integer, String, String, String, Integer) -> Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate

.members[ :rate, :reporting_date_range, :shipment_count, :status, :target_condition, :target_value, :valid_tracking_count ]

Returns:

  • ([ :rate, :reporting_date_range, :shipment_count, :status, :target_condition, :target_value, :valid_tracking_count ])


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

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

.new(rate:, reporting_date_range:, shipment_count:, status:, target_condition:, target_value:, valid_tracking_count:) ⇒ Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate

Overloads:



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

def self.new: (rate: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, shipment_count: Integer, status: String, target_condition: String, target_value: String, valid_tracking_count: Integer) -> Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate
| (String, Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, Integer, String, String, String, Integer) -> Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate

.parsePeddler::Reports::AccountHealthReport20201118::ValidTrackingRate

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :rate, :reporting_date_range, :shipment_count, :status, :target_condition, :target_value, :valid_tracking_count ]

Returns:

  • ([ :rate, :reporting_date_range, :shipment_count, :status, :target_condition, :target_value, :valid_tracking_count ])


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

def members: () -> [ :rate, :reporting_date_range, :shipment_count, :status, :target_condition, :target_value, :valid_tracking_count ]

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

Returns:



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

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