Class: Peddler::APIs::Invoices20240619::InvoiceError
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Invoices20240619::InvoiceError
- Defined in:
- sig/peddler/apis/invoices_2024_06_19.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#error_code ⇒ String?
readonly
Returns the value of attribute error_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :description, :error_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Invoices20240619::InvoiceError
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ String? (readonly)
Returns the value of attribute description.
344 345 346 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 344 def description @description end |
#error_code ⇒ String? (readonly)
Returns the value of attribute error_code.
345 346 347 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 345 def error_code @error_code end |
Class Method Details
.[](description:, error_code:) ⇒ Peddler::APIs::Invoices20240619::InvoiceError .[](arg0, arg1) ⇒ Peddler::APIs::Invoices20240619::InvoiceError
337 338 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 337
def self.[]: (?description: String?, ?error_code: String?) -> Peddler::APIs::Invoices20240619::InvoiceError
| (String?, String?) -> Peddler::APIs::Invoices20240619::InvoiceError
|
.members ⇒ [ :description, :error_code ]
340 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 340
def self.members: () -> [ :description, :error_code ]
|
.new(description:, error_code:) ⇒ Peddler::APIs::Invoices20240619::InvoiceError .new(arg0, arg1) ⇒ Peddler::APIs::Invoices20240619::InvoiceError
335 336 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 335
def self.new: (?description: String?, ?error_code: String?) -> Peddler::APIs::Invoices20240619::InvoiceError
| (String?, String?) -> Peddler::APIs::Invoices20240619::InvoiceError
|
.parse ⇒ Peddler::APIs::Invoices20240619::InvoiceError
342 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 342
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Invoices20240619::InvoiceError
|
Instance Method Details
#members ⇒ [ :description, :error_code ]
347 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 347
def members: () -> [ :description, :error_code ]
|
#to_h ⇒ { description: String?, error_code: String? }
348 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 348
def to_h: () -> { description: String?, error_code: String? }
|