Class: Peddler::Reports::AccountHealthReport20201118::ListingLevelViolation

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

#defects_countString (readonly)

Returns the value of attribute defects_count.

Returns:

  • (String)


128
129
130
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 128

def defects_count
  @defects_count
end

#reporting_date_rangePeddler::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

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


130
131
132
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 130

def status
  @status
end

#target_conditionString (readonly)

Returns the value of attribute target_condition.

Returns:

  • (String)


131
132
133
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 131

def target_condition
  @target_condition
end

#target_valueString (readonly)

Returns the value of attribute target_value.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Reports::AccountHealthReport20201118::ListingLevelViolation

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



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 }