Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs
Instance Attribute Summary collapse
-
#content ⇒ String
readonly
Returns the value of attribute content.
-
#content_type ⇒ String?
readonly
Returns the value of attribute content_type.
-
#purchase_order_number ⇒ String
readonly
Returns the value of attribute purchase_order_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content, :purchase_order_number, :content_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
Instance Method Summary collapse
-
#members ⇒ [ :content, :purchase_order_number, :content_type ]
-
#to_h ⇒ { content: String, purchase_order_number: String, content_type: String? }
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
319 320 321 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 319 def content @content end |
#content_type ⇒ String? (readonly)
Returns the value of attribute content_type.
320 321 322 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 320 def content_type @content_type end |
#purchase_order_number ⇒ String (readonly)
Returns the value of attribute purchase_order_number.
321 322 323 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 321 def purchase_order_number @purchase_order_number end |
Class Method Details
.[](content:, purchase_order_number:, content_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
312 313 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 312
def self.[]: (content: String, purchase_order_number: String, ?content_type: String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
| (String, String, String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
|
.members ⇒ [ :content, :purchase_order_number, :content_type ]
315 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 315
def self.members: () -> [ :content, :purchase_order_number, :content_type ]
|
.new(content:, purchase_order_number:, content_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
310 311 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 310
def self.new: (content: String, purchase_order_number: String, ?content_type: String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
| (String, String, String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
317 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 317
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip
|
Instance Method Details
#members ⇒ [ :content, :purchase_order_number, :content_type ]
323 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 323
def members: () -> [ :content, :purchase_order_number, :content_type ]
|
#to_h ⇒ { content: String, purchase_order_number: String, content_type: String? }
324 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 324
def to_h: () -> { content: String, purchase_order_number: String, content_type: String? }
|