Class: Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate
- Defined in:
- sig/peddler/reports/account_health_report_2020_11_18.rbs
Instance Attribute Summary collapse
-
#cancellation_count ⇒ Integer
readonly
Returns the value of attribute cancellation_count.
-
#order_count ⇒ String
readonly
Returns the value of attribute order_count.
-
#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.
-
#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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :cancellation_count, :order_count, :rate, :reporting_date_range, :status, :target_condition, :target_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate
Instance Method Summary collapse
-
#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 }
Instance Attribute Details
#cancellation_count ⇒ Integer (readonly)
Returns the value of attribute cancellation_count.
241 242 243 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 241 def cancellation_count @cancellation_count end |
#order_count ⇒ String (readonly)
Returns the value of attribute order_count.
242 243 244 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 242 def order_count @order_count end |
#rate ⇒ String (readonly)
Returns the value of attribute rate.
243 244 245 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 243 def rate @rate end |
#reporting_date_range ⇒ Peddler::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 |
#status ⇒ String (readonly)
Returns the value of attribute status.
245 246 247 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 245 def status @status end |
#target_condition ⇒ String (readonly)
Returns the value of attribute target_condition.
246 247 248 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 246 def target_condition @target_condition end |
#target_value ⇒ String (readonly)
Returns the value of attribute target_value.
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
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 ]
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
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
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::PreFulfillmentCancellationRate
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 ]
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 }
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 }
|