Class: Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
- Defined in:
- sig/peddler/apis/finances_invoices_2026_06_25.rbs
Instance Attribute Summary collapse
-
#invoices ⇒ Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?
readonly
Returns the value of attribute invoices.
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
-
#num_of_records ⇒ Integer?
readonly
Returns the value of attribute num_of_records.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :invoices, :next_token, :num_of_records ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
Instance Method Summary collapse
-
#members ⇒ [ :invoices, :next_token, :num_of_records ]
-
#to_h ⇒ { invoices: Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, next_token: String?, num_of_records: Integer? }
Instance Attribute Details
#invoices ⇒ Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]? (readonly)
Returns the value of attribute invoices.
103 104 105 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 103 def invoices @invoices end |
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
104 105 106 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 104 def next_token @next_token end |
#num_of_records ⇒ Integer? (readonly)
Returns the value of attribute num_of_records.
105 106 107 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 105 def num_of_records @num_of_records end |
Class Method Details
.[](invoices:, next_token:, num_of_records:) ⇒ Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
96 97 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 96
def self.[]: (?invoices: Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, ?next_token: String?, ?num_of_records: Integer?) -> Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
| (Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, String?, Integer?) -> Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
|
.members ⇒ [ :invoices, :next_token, :num_of_records ]
99 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 99
def self.members: () -> [ :invoices, :next_token, :num_of_records ]
|
.new(invoices:, next_token:, num_of_records:) ⇒ Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
94 95 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 94
def self.new: (?invoices: Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, ?next_token: String?, ?num_of_records: Integer?) -> Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
| (Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, String?, Integer?) -> Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
|
.parse ⇒ Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
101 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 101
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesInvoices20260625::GetInvoicesResponse
|
Instance Method Details
#members ⇒ [ :invoices, :next_token, :num_of_records ]
107 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 107
def members: () -> [ :invoices, :next_token, :num_of_records ]
|
#to_h ⇒ { invoices: Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, next_token: String?, num_of_records: Integer? }
108 |
# File 'sig/peddler/apis/finances_invoices_2026_06_25.rbs', line 108
def to_h: () -> { invoices: Array[Peddler::APIs::FinancesInvoices20260625::InvoiceHeader]?, next_token: String?, num_of_records: Integer? }
|