Class: Peddler::Reports::AccountHealthReport20201118::LateInvoice
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::LateInvoice
- 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::LateInvoice
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Integer (readonly)
Returns the value of attribute count.
89 90 91 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 89 def count @count end |
#status ⇒ String (readonly)
Returns the value of attribute status.
90 91 92 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 90 def status @status end |
Class Method Details
.[](count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice .[](arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice
82 83 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 82
def self.[]: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
|
.members ⇒ [ :count, :status ]
85 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 85
def self.members: () -> [ :count, :status ]
|
.new(count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice .new(arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice
80 81 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 80
def self.new: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice
87 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 87
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
|
Instance Method Details
#members ⇒ [ :count, :status ]
92 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 92
def members: () -> [ :count, :status ]
|
#to_h ⇒ { count: Integer, status: String }
93 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 93
def to_h: () -> { count: Integer, status: String }
|