Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#party_idString (readonly)

Returns the value of attribute party_id.

Returns:

  • (String)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ 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 }