Class: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
- Defined in:
- sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
Returns the value of attribute id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ String (readonly)
Returns the value of attribute id.
48 49 50 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 48 def id @id end |
Class Method Details
.[](id:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
41 42 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 41
def self.[]: (id: String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
| (String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
|
.members ⇒ [ :id ]
44 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 44
def self.members: () -> [ :id ]
|
.new(id:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
39 40 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 39
def self.new: (id: String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
| (String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
46 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 46
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
|
Instance Method Details
#members ⇒ [ :id ]
50 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 50
def members: () -> [ :id ]
|
#to_h ⇒ { id: String }
51 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 51
def to_h: () -> { id: String }
|