Class: Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate
- Defined in:
- sig/peddler/reports/account_health_report_2020_11_18.rbs
Instance Attribute Summary collapse
-
#rate ⇒ String
readonly
Returns the value of attribute rate.
-
#reporting_date_range ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
readonly
Returns the value of attribute reporting_date_range.
-
#shipment_count ⇒ Integer
readonly
Returns the value of attribute shipment_count.
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#target_condition ⇒ String
readonly
Returns the value of attribute target_condition.
-
#target_value ⇒ String
readonly
Returns the value of attribute target_value.
-
#valid_tracking_count ⇒ Integer
readonly
Returns the value of attribute valid_tracking_count.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :rate, :reporting_date_range, :shipment_count, :status, :target_condition, :target_value, :valid_tracking_count ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate
Instance Method Summary collapse
-
#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 }
Instance Attribute Details
#rate ⇒ String (readonly)
Returns the value of attribute rate.
319 320 321 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 319 def rate @rate end |
#reporting_date_range ⇒ Peddler::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_count ⇒ Integer (readonly)
Returns the value of attribute shipment_count.
321 322 323 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 321 def shipment_count @shipment_count end |
#status ⇒ String (readonly)
Returns the value of attribute status.
322 323 324 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 322 def status @status end |
#target_condition ⇒ String (readonly)
Returns the value of attribute target_condition.
323 324 325 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 323 def target_condition @target_condition end |
#target_value ⇒ String (readonly)
Returns the value of attribute target_value.
324 325 326 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 324 def target_value @target_value end |
#valid_tracking_count ⇒ Integer (readonly)
Returns the value of attribute valid_tracking_count.
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
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 ]
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
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
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::ValidTrackingRate
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 ]
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 }
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 }
|