Class: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
- Defined in:
- sig/peddler/reports/account_health_report_2020_11_18.rbs
Instance Attribute Summary collapse
-
#afn ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
readonly
Returns the value of attribute afn.
-
#mfn ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
readonly
Returns the value of attribute mfn.
Class Method Summary collapse
Instance Method Summary collapse
-
#members ⇒ [ :afn, :mfn ]
-
#to_h ⇒ { afn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, mfn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate }
Instance Attribute Details
#afn ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate (readonly)
Returns the value of attribute afn.
189 190 191 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 189 def afn @afn end |
#mfn ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate (readonly)
Returns the value of attribute mfn.
190 191 192 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 190 def mfn @mfn end |
Class Method Details
.[](afn:, mfn:) ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate .[](arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
181 182 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 181
def self.[]: (afn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, mfn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate) -> Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
| (Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, Peddler::Reports::AccountHealthReport20201118::OrderDefectRate) -> Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
|
.members ⇒ [ :afn, :mfn ]
184 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 184
def self.members: () -> [ :afn, :mfn ]
|
.new(afn:, mfn:) ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate .new(arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
179 180 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 179
def self.new: (afn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, mfn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate) -> Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
| (Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, Peddler::Reports::AccountHealthReport20201118::OrderDefectRate) -> Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
|
.parse(data) ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate .parse(data) ⇒ Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
186 187 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 186
def self.parse: (?parse_data data) -> Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
| (?Hash[String, untyped] data) -> Peddler::Reports::AccountHealthReport20201118::OrderDefectRate
|
Instance Method Details
#members ⇒ [ :afn, :mfn ]
192 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 192
def members: () -> [ :afn, :mfn ]
|
#to_h ⇒ { afn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, mfn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate }
193 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 193
def to_h: () -> { afn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate, mfn: Peddler::Reports::AccountHealthReport20201118::OrderDefectRate }
|