Class: Peddler::Reports::AccountHealthReport20201118::MissingInvoice
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::MissingInvoice
- 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::MissingInvoice
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Integer (readonly)
Returns the value of attribute count.
148 149 150 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 148 def count @count end |
#status ⇒ String (readonly)
Returns the value of attribute status.
149 150 151 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 149 def status @status end |
Class Method Details
.[](count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::MissingInvoice .[](arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::MissingInvoice
141 142 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 141
def self.[]: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::MissingInvoice
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::MissingInvoice
|
.members ⇒ [ :count, :status ]
144 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 144
def self.members: () -> [ :count, :status ]
|
.new(count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::MissingInvoice .new(arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::MissingInvoice
139 140 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 139
def self.new: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::MissingInvoice
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::MissingInvoice
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::MissingInvoice
146 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 146
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::MissingInvoice
|
Instance Method Details
#members ⇒ [ :count, :status ]
151 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 151
def members: () -> [ :count, :status ]
|
#to_h ⇒ { count: Integer, status: String }
152 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 152
def to_h: () -> { count: Integer, status: String }
|