Class: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs
Instance Attribute Summary collapse
-
#party_id ⇒ String
readonly
Returns the value of attribute party_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :party_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
Instance Method Summary collapse
Instance Attribute Details
#party_id ⇒ String (readonly)
Returns the value of attribute party_id.
92 93 94 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 92 def party_id @party_id end |
Class Method Details
.[](party_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
85 86 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 85
def self.[]: (party_id: String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
| (String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
|
.members ⇒ [ :party_id ]
88 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 88
def self.members: () -> [ :party_id ]
|
.new(party_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
83 84 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 83
def self.new: (party_id: String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
| (String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
90 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 90
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
|
Instance Method Details
#members ⇒ [ :party_id ]
94 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 94
def members: () -> [ :party_id ]
|
#to_h ⇒ { party_id: String }
95 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 95
def to_h: () -> { party_id: String }
|