Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


319
320
321
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 319

def content
  @content
end

#content_typeString? (readonly)

Returns the value of attribute content_type.

Returns:

  • (String, nil)


320
321
322
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 320

def content_type
  @content_type
end

#purchase_order_numberString (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::VendorDirectFulfillmentShippingV1::PackingSlip

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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