Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.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::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
Instance Method Summary collapse
Instance Attribute Details
#party_id ⇒ String (readonly)
Returns the value of attribute party_id.
97 98 99 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 97 def party_id @party_id end |
Class Method Details
.[](party_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
90 91 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 90
def self.[]: (party_id: String) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
| (String) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
|
.members ⇒ [ :party_id ]
93 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 93
def self.members: () -> [ :party_id ]
|
.new(party_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
88 89 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 88
def self.new: (party_id: String) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
| (String) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
95 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 95
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
|
Instance Method Details
#members ⇒ [ :party_id ]
99 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 99
def members: () -> [ :party_id ]
|
#to_h ⇒ { party_id: String }
100 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 100
def to_h: () -> { party_id: String }
|