Class: Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
- Defined in:
- sig/peddler/reports/account_health_report_2020_11_18.rbs
Instance Attribute Summary collapse
-
#count ⇒ Integer
readonly
Returns the value of attribute count.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :count, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Integer (readonly)
Returns the value of attribute count.
48 49 50 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 48 def count @count end |
#status ⇒ String (readonly)
Returns the value of attribute status.
49 50 51 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 49 def status @status end |
Class Method Details
.[](count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::InvoiceDefect .[](arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
41 42 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 41
def self.[]: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
|
.members ⇒ [ :count, :status ]
44 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 44
def self.members: () -> [ :count, :status ]
|
.new(count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::InvoiceDefect .new(arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
39 40 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 39
def self.new: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
46 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 46
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::InvoiceDefect
|
Instance Method Details
#members ⇒ [ :count, :status ]
51 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 51
def members: () -> [ :count, :status ]
|
#to_h ⇒ { count: Integer, status: String }
52 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 52
def to_h: () -> { count: Integer, status: String }
|