Class: Peddler::APIs::VendorShipmentsV1::VendorDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::VendorDetails
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#selling_party ⇒ Peddler::APIs::VendorShipmentsV1::PartyIdentification?
readonly
Returns the value of attribute selling_party.
-
#vendor_shipment_identifier ⇒ String?
readonly
Returns the value of attribute vendor_shipment_identifier.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :selling_party, :vendor_shipment_identifier ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails
Instance Method Summary collapse
-
#members ⇒ [ :selling_party, :vendor_shipment_identifier ]
-
#to_h ⇒ { selling_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, vendor_shipment_identifier: String? }
Instance Attribute Details
#selling_party ⇒ Peddler::APIs::VendorShipmentsV1::PartyIdentification? (readonly)
Returns the value of attribute selling_party.
967 968 969 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 967 def selling_party @selling_party end |
#vendor_shipment_identifier ⇒ String? (readonly)
Returns the value of attribute vendor_shipment_identifier.
968 969 970 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 968 def vendor_shipment_identifier @vendor_shipment_identifier end |
Class Method Details
.[](selling_party:, vendor_shipment_identifier:) ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails .[](arg0, arg1) ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails
960 961 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 960
def self.[]: (?selling_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ?vendor_shipment_identifier: String?) -> Peddler::APIs::VendorShipmentsV1::VendorDetails
| (Peddler::APIs::VendorShipmentsV1::PartyIdentification?, String?) -> Peddler::APIs::VendorShipmentsV1::VendorDetails
|
.members ⇒ [ :selling_party, :vendor_shipment_identifier ]
963 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 963
def self.members: () -> [ :selling_party, :vendor_shipment_identifier ]
|
.new(selling_party:, vendor_shipment_identifier:) ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails .new(arg0, arg1) ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails
958 959 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 958
def self.new: (?selling_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ?vendor_shipment_identifier: String?) -> Peddler::APIs::VendorShipmentsV1::VendorDetails
| (Peddler::APIs::VendorShipmentsV1::PartyIdentification?, String?) -> Peddler::APIs::VendorShipmentsV1::VendorDetails
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails
965 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 965
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::VendorDetails
|
Instance Method Details
#members ⇒ [ :selling_party, :vendor_shipment_identifier ]
970 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 970
def members: () -> [ :selling_party, :vendor_shipment_identifier ]
|
#to_h ⇒ { selling_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, vendor_shipment_identifier: String? }
971 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 971
def to_h: () -> { selling_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, vendor_shipment_identifier: String? }
|