Class: Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
- Defined in:
- sig/peddler/apis/invoices_2024_06_19.rbs
Instance Attribute Summary collapse
-
#export ⇒ Peddler::APIs::Invoices20240619::Export?
readonly
Returns the value of attribute export.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :export ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
Instance Method Summary collapse
Instance Attribute Details
#export ⇒ Peddler::APIs::Invoices20240619::Export? (readonly)
Returns the value of attribute export.
198 199 200 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 198 def export @export end |
Class Method Details
.[](export:) ⇒ Peddler::APIs::Invoices20240619::GetInvoicesExportResponse .[](arg0) ⇒ Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
191 192 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 191
def self.[]: (?export: Peddler::APIs::Invoices20240619::Export?) -> Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
| (Peddler::APIs::Invoices20240619::Export?) -> Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
|
.members ⇒ [ :export ]
194 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 194
def self.members: () -> [ :export ]
|
.new(export:) ⇒ Peddler::APIs::Invoices20240619::GetInvoicesExportResponse .new(arg0) ⇒ Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
189 190 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 189
def self.new: (?export: Peddler::APIs::Invoices20240619::Export?) -> Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
| (Peddler::APIs::Invoices20240619::Export?) -> Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
|
.parse ⇒ Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
196 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 196
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Invoices20240619::GetInvoicesExportResponse
|
Instance Method Details
#members ⇒ [ :export ]
200 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 200
def members: () -> [ :export ]
|
#to_h ⇒ { export: Peddler::APIs::Invoices20240619::Export? }
201 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 201
def to_h: () -> { export: Peddler::APIs::Invoices20240619::Export? }
|