Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs
Instance Attribute Summary collapse
-
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
readonly
Returns the value of attribute selling_party.
-
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification
readonly
Returns the value of attribute ship_from_party.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :selling_party, :ship_from_party ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
Instance Method Summary collapse
-
#members ⇒ [ :selling_party, :ship_from_party ]
-
#to_h ⇒ { selling_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification }
Instance Attribute Details
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification (readonly)
Returns the value of attribute selling_party.
64 65 66 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 64 def selling_party @selling_party end |
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification (readonly)
Returns the value of attribute ship_from_party.
65 66 67 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 65 def ship_from_party @ship_from_party end |
Class Method Details
.[](selling_party:, ship_from_party:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
57 58 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 57
def self.[]: (selling_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
| (Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
|
.members ⇒ [ :selling_party, :ship_from_party ]
60 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 60
def self.members: () -> [ :selling_party, :ship_from_party ]
|
.new(selling_party:, ship_from_party:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
55 56 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 55
def self.new: (selling_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
| (Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
62 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 62
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::OrderScenarioRequest
|
Instance Method Details
#members ⇒ [ :selling_party, :ship_from_party ]
67 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 67
def members: () -> [ :selling_party, :ship_from_party ]
|
#to_h ⇒ { selling_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification }
68 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 68
def to_h: () -> { selling_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::PartyIdentification }
|