Class: Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
- Defined in:
- sig/peddler/reports/account_health_report_2020_11_18.rbs
Instance Attribute Summary collapse
-
#defects_count ⇒ String
readonly
Returns the value of attribute defects_count.
-
#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 ⇒ [ :defects_count, :reporting_date_range, :status, :target_condition, :target_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
Instance Method Summary collapse
-
#members ⇒ [ :defects_count, :reporting_date_range, :status, :target_condition, :target_value ]
-
#to_h ⇒ { defects_count: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String }
Instance Attribute Details
#defects_count ⇒ String (readonly)
Returns the value of attribute defects_count.
128 129 130 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 128 def defects_count @defects_count end |
#reporting_date_range ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange (readonly)
Returns the value of attribute reporting_date_range.
129 130 131 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 129 def reporting_date_range @reporting_date_range end |
#status ⇒ String (readonly)
Returns the value of attribute status.
130 131 132 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 130 def status @status end |
#target_condition ⇒ String (readonly)
Returns the value of attribute target_condition.
131 132 133 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 131 def target_condition @target_condition end |
#target_value ⇒ String (readonly)
Returns the value of attribute target_value.
132 133 134 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 132 def target_value @target_value end |
Class Method Details
.[](defects_count:, reporting_date_range:, status:, target_condition:, target_value:) ⇒ Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
121 122 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 121
def self.[]: (defects_count: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String) -> Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
| (String, Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, String, String, String) -> Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
|
.members ⇒ [ :defects_count, :reporting_date_range, :status, :target_condition, :target_value ]
124 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 124
def self.members: () -> [ :defects_count, :reporting_date_range, :status, :target_condition, :target_value ]
|
.new(defects_count:, reporting_date_range:, status:, target_condition:, target_value:) ⇒ Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
119 120 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 119
def self.new: (defects_count: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String) -> Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
| (String, Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, String, String, String) -> Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
126 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 126
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation
|
Instance Method Details
#members ⇒ [ :defects_count, :reporting_date_range, :status, :target_condition, :target_value ]
134 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 134
def members: () -> [ :defects_count, :reporting_date_range, :status, :target_condition, :target_value ]
|
#to_h ⇒ { defects_count: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String }
135 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 135
def to_h: () -> { defects_count: String, reporting_date_range: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange, status: String, target_condition: String, target_value: String }
|